Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMainnetGenesisBlock ¶
func GetTestnetGenesisBlock ¶
Types ¶
type NetworkConfiguration ¶
type NetworkConfiguration struct { NetworkID uint64 NetworkName string ContractAddress common.Address MultisigContractAddress common.Address }
NetworkConfiguration defines the Ethereum network specific configuration needed by the bridge
func GetEthNetworkConfiguration ¶
func GetEthNetworkConfiguration(networkname string) (networkconfig NetworkConfiguration, err error)
GetEthNetworkConfiguration returns the EthNetworkConAfiguration for a specific network
Click to show internal directories.
Click to hide internal directories.