Skip to content

types/network-client

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

Table of contents

Interfaces

Functions

Functions

genesisIdIsLocalNet

genesisIdIsLocalNet(genesisId): boolean

Returns true if the given network genesisId is associated with a LocalNet network.

Parameters

NameTypeDescription
genesisIdstringThe network genesis ID

Returns

boolean

Whether the given genesis ID is associated with a LocalNet network

Defined in

src/types/network-client.ts:42