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

RemoveAction

import type { RemoveAction } from "https://aws-api.deno.dev/v0.4/services/managedblockchain.ts?docs=full";

An action to remove a member from a Managed Blockchain network as the result of a removal proposal that is APPROVED. The member and all associated resources are deleted from the network.

Applies only to Hyperledger Fabric.

interface RemoveAction {
MemberId: string;
}

§Properties

§
MemberId: string
[src]

The unique identifier of the member to remove.