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

DeleteNodeInput

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

§Properties

§
MemberId?: string | null
[src]

The unique identifier of the member that owns this 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.

Ethereum public networks have the following NetworkIds:

  • n-ethereum-mainnet
    
  • n-ethereum-rinkeby
    
  • n-ethereum-ropsten
    
§
NodeId: string
[src]

The unique identifier of the node.