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

ProposalActions

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

The actions to carry out if a proposal is APPROVED.

Applies only to Hyperledger Fabric.

interface ProposalActions {
Invitations?: InviteAction[] | null;
Removals?: RemoveAction[] | null;
}

§Properties

§
Invitations?: InviteAction[] | null
[src]

The actions to perform for an APPROVED proposal to invite an AWS account to create a member and join the network.

§
Removals?: RemoveAction[] | null
[src]

The actions to perform for an APPROVED proposal to remove a member from the network, which deletes the member and all associated member resources from the network.