Skip to main content
Version: 1.10.2

Variable: NetworkType

const NetworkType: { Mainnet: "MAINNET"; Testnet: "TESTNET"; }

Defined in: networks.ts:24

Enumeration of network types (mainnet vs testnet).

Type Declaration

Mainnet

readonly Mainnet: "MAINNET" = 'MAINNET'

Testnet

readonly Testnet: "TESTNET" = 'TESTNET'