Skip to content

/AWS1/CL_MBCMEMBERFABRICATTRS

Attributes of Hyperledger Fabric for a member in a Managed Blockchain network using the Hyperledger Fabric framework.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_adminusername TYPE /AWS1/MBCUSERNAMESTRING /AWS1/MBCUSERNAMESTRING

The user name for the initial administrator user for the member.

iv_caendpoint TYPE /AWS1/MBCSTRING /AWS1/MBCSTRING

The endpoint used to access the member's certificate authority.


Queryable Attributes

AdminUsername

The user name for the initial administrator user for the member.

Accessible with the following methods

Method Description
GET_ADMINUSERNAME() Getter for ADMINUSERNAME, with configurable default
ASK_ADMINUSERNAME() Getter for ADMINUSERNAME w/ exceptions if field has no value
HAS_ADMINUSERNAME() Determine if ADMINUSERNAME has a value

CaEndpoint

The endpoint used to access the member's certificate authority.

Accessible with the following methods

Method Description
GET_CAENDPOINT() Getter for CAENDPOINT, with configurable default
ASK_CAENDPOINT() Getter for CAENDPOINT w/ exceptions if field has no value
HAS_CAENDPOINT() Determine if CAENDPOINT has a value