Global

Type Definitions

raftClusterDetails

Source:
Properties:
Name Type Description
hostName: String

DNS name or the host IP address

nodeActive: Boolean

true if the node is active in Raft cluster else false

nodeId: String

enode id of the node

p2pPort: Number

p2p port

raftId: Number

Raft id of the node

raftPort: Number

Raft port

role: String

role of the node in Raft GoQuorum. Can be minter/ verifier/ learner. In case there is no leader at network level it will be returned as ""