NetworkId

class cometa.common.network_id.NetworkId(value)[source]

Bases: IntEnum

Network identifiers used within the Cardano ecosystem.

Specifies the network for which a Cardano transaction or address is intended.

TESTNET = 0

The test network (testnet).

MAINNET = 1

The main network (mainnet).