Documentation ¶
Index ¶
Constants ¶
View Source
const UnsupportedChain = "Unsupport chain"
View Source
const UnsupportedOperation = UnsupportedChain
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Server Server `yaml:"server"` WalletNode WalletNode `yaml:"wallet_node"` NetWork string `yaml:"network"` Chains []string `yaml:"chains"` }
type WalletNode ¶
type WalletNode struct { Eth Node `yaml:"eth"` Arbi Node `yaml:"arbi"` Op Node `yaml:"op"` Zksync Node `yaml:"zksync"` Bsc Node `yaml:"bsc"` Heco Node `yaml:"heco"` Avax Node `yaml:"avax"` Polygon Node `yaml:"polygon"` Tron Node `yaml:"tron"` Sol Node `yaml:"solana"` Cosmos Node `yaml:"cosmos"` Aptos Node `yaml:"aptos"` Mantle Node `yaml:"mantle"` Scroll Node `yaml:"scroll"` Base Node `yaml:"base"` Linea Node `yaml:"linea"` Sui Node `yaml:"sui"` Ton Node `yaml:"ton"` }
Click to show internal directories.
Click to hide internal directories.