Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 961 Bytes

InfoType.md

File metadata and controls

21 lines (19 loc) · 961 Bytes

InfoType

Properties

Name Type Description Notes
network NetworkEnum The connected network [optional]
capabilities List<String> The features supported [optional]
clientId String The client identifier string [optional]
coinbase String The address used for establishing connections to the network [optional]
latestBlockNumber String The number of the last block [optional]
latestBlockHash String The hash of the last block [optional]
activePeers Integer The number of actively connected peers [optional]
pendingTransactions Integer The number of transactions in pending pool [optional]

Enum: NetworkEnum

Name Value
MAINNET "MAINNET"
TESTNET "TESTNET"
DEVNET "DEVNET"