NetworkDetails
Defined in: src/network-client.ts:22
Details of the current network.
Properties
Section titled “Properties”genesisHash
Section titled “genesisHash”genesisHash:
string
Defined in: src/network-client.ts:32
The base64 genesis hash of the current network.
genesisId
Section titled “genesisId”genesisId:
string
Defined in: src/network-client.ts:30
The genesis ID of the current network.
isLocalNet
Section titled “isLocalNet”isLocalNet:
boolean
Defined in: src/network-client.ts:28
Whether or not the network is LocalNet.
isMainNet
Section titled “isMainNet”isMainNet:
boolean
Defined in: src/network-client.ts:26
Whether or not the network is MainNet.
isTestNet
Section titled “isTestNet”isTestNet:
boolean
Defined in: src/network-client.ts:24
Whether or not the network is TestNet.