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.3/services/managedblockchain.ts?docs=full";

An action to invite a specific AWS 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 AWS account ID to invite.