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

InviteAction

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

An action to invite a specific Amazon Web Services account to create a member and join the network. The InviteAction is carried out when a Proposal is APPROVED.

Applies only to Hyperledger Fabric.

interface InviteAction {
Principal: string;
}

§Properties

§
Principal: string
[src]

The Amazon Web Services account ID to invite.