Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ETHNetwork ¶
type ETHNetwork string
const ( ETHMainnet ETHNetwork = "mainnet" ETHSepolia ETHNetwork = "sepolia" )
func GetEthNetworkForId ¶
func GetEthNetworkForId(chainId string) (ETHNetwork, error)
func (ETHNetwork) IsValid ¶
func (n ETHNetwork) IsValid() error
Click to show internal directories.
Click to hide internal directories.