Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockchainNetwork ¶
type BlockchainNetwork string
BlockchainNetwork backend that we currently support
const ( NetworkEthereum BlockchainNetwork = `ethereum` NetworkArbitrum BlockchainNetwork = `arbitrum` NetworkSolana BlockchainNetwork = `solana` NetworkSui BlockchainNetwork = `sui` NetworkSuperpositionTestnet BlockchainNetwork = `superposition_testnet` NetworkSuperpositionMainnet BlockchainNetwork = `superposition_mainnet` )
func ParseEthereumNetwork ¶
func ParseEthereumNetwork(network_ string) (network BlockchainNetwork, err error)
ParseEthereumNetwork takes a network name as a string and tries to convert it to an ethereum BlockchainNetwork
Click to show internal directories.
Click to hide internal directories.