NetworkDetails
@algorandfoundation/algokit-utils / types/network-client / NetworkDetails
types/network-client.NetworkDetails
Details of the current network.
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”genesisHash
Section titled “genesisHash”• genesisHash: string
The base64 genesis hash of the current network.
Defined in
Section titled “Defined in”src/types/network-client.ts:34
genesisId
Section titled “genesisId”• genesisId: string
The genesis ID of the current network.
Defined in
Section titled “Defined in”src/types/network-client.ts:32
isLocalNet
Section titled “isLocalNet”• isLocalNet: boolean
Whether or not the network is LocalNet.
Defined in
Section titled “Defined in”src/types/network-client.ts:30
isMainNet
Section titled “isMainNet”• isMainNet: boolean
Whether or not the network is MainNet.
Defined in
Section titled “Defined in”src/types/network-client.ts:28
isTestNet
Section titled “isTestNet”• isTestNet: boolean
Whether or not the network is TestNet.