Participants

Participant Model

Participant

The fully qualified name is org.hyperledger.composer.system.Participant

Additional Information

The base participant is implicitly extended by all other participants. Participant is an abstract meaning that no instances of it can be created.

abstract participant Participant {   }
Name Type Description

NetworkAdmin

The fully qualified name is org.hyperledger.composer.system.NetworkAdmin

Additional Information

NetworkAdmin is a system participant type used as an initial user in a network. NetworkAdmin extends participant and has the participantId property.

participant NetworkAdmin identified by participantId {
    o String participantId
}
Name Type Description
participantId string Identifier fields of the participant