SupportedNetworkId
Type Alias: SupportedNetworkId
type SupportedNetworkId = "devnet" | "mainnet";
Defined in: packages/nft/src/vk.ts:8
Type representing the supported network IDs for the Mina Protocol.
Currently supports:
"devnet"
: The Mina local blockchain and devnet"mainnet"
: The Mina mainnet
Updated 10 days ago