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

GetNodeInput

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

§Properties

§
MemberId?: string | null
[src]

The unique identifier of the member that owns the node.

Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.

§
NetworkId: string
[src]

The unique identifier of the network that the node is on.

§
NodeId: string
[src]

The unique identifier of the node.