Skip to content

/AWS1/CL_MBCPROPOSALACTIONS

The actions to carry out if a proposal is APPROVED.

Applies only to Hyperledger Fabric.

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_INVITATIONS TYPE /AWS1/CL_MBCINVITEACTION=>TT_INVITEACTIONLIST TT_INVITEACTIONLIST

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

IT_REMOVALS TYPE /AWS1/CL_MBCREMOVEACTION=>TT_REMOVEACTIONLIST TT_REMOVEACTIONLIST

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.


Queryable Attributes

Invitations

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

Accessible with the following methods

Method Description
GET_INVITATIONS() Getter for INVITATIONS, with configurable default
ASK_INVITATIONS() Getter for INVITATIONS w/ exceptions if field has no value
HAS_INVITATIONS() Determine if INVITATIONS has a value

Removals

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.

Accessible with the following methods

Method Description
GET_REMOVALS() Getter for REMOVALS, with configurable default
ASK_REMOVALS() Getter for REMOVALS w/ exceptions if field has no value
HAS_REMOVALS() Determine if REMOVALS has a value