Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateNetworkOutput

import type { CreateNetworkOutput } from "https://aws-api.deno.dev/v0.3/services/managedblockchain.ts?docs=full";
interface CreateNetworkOutput {
MemberId?: string | null;
NetworkId?: string | null;
}

§Properties

§
MemberId?: string | null
[src]

The unique identifier for the first member within the network.

§
NetworkId?: string | null
[src]

The unique identifier for the network.