Skip to main content

MinaNetwork

MinaNetwork is the data structure for a Mina network, keeping track of the Mina and archive endpoints, chain ID, name, account manager, explorer account URL, explorer transaction URL, and faucet.

Index

Properties

optionalaccountManager

accountManager?: string

The account manager for Lightnet (optional)

archive

archive: string[]

The archive endpoints

chainId

chainId: blockchain

The chain ID

optionalexplorerAccountUrl

explorerAccountUrl?: string

The explorer account URL (optional)

optionalexplorerTransactionUrl

explorerTransactionUrl?: string

The explorer transaction URL (optional)

optionalfaucet

faucet?: string

The faucet URL (optional)

mina

mina: string[]

The Mina endpoints

optionalname

name?: string

The name of the network (optional)