Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEnvironmentConfig ¶
func GetEnvironmentConfig(env SmartContractEnvironment) ([]byte, error)
Types ¶
type SmartContractEnvironment ¶
type SmartContractEnvironment string
const ( Anvil SmartContractEnvironment = "anvil" Mainnet SmartContractEnvironment = "mainnet" Testnet SmartContractEnvironment = "testnet" TestnetStaging SmartContractEnvironment = "testnet-staging" TestnetDev SmartContractEnvironment = "testnet-dev" )
func (*SmartContractEnvironment) UnmarshalFlag ¶
func (s *SmartContractEnvironment) UnmarshalFlag(value string) error
Click to show internal directories.
Click to hide internal directories.