Skip to content

NetworkDetails

@algorandfoundation/algokit-utils / types/network-client / NetworkDetails

types/network-client.NetworkDetails

Details of the current network.

genesisHash: string

The base64 genesis hash of the current network.

src/types/network-client.ts:34


genesisId: string

The genesis ID of the current network.

src/types/network-client.ts:32


isLocalNet: boolean

Whether or not the network is LocalNet.

src/types/network-client.ts:30


isMainNet: boolean

Whether or not the network is MainNet.

src/types/network-client.ts:28


isTestNet: boolean

Whether or not the network is TestNet.

src/types/network-client.ts:26