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"`
Fullnode Fullnode `yaml:"fullnode"`
NetWork string `yaml:"network"`
Chains []string `yaml:"chains"`
}
Config instance define
type Fullnode ¶
type Fullnode struct {
Btc Node `yaml:"btc"`
Eth Node `yaml:"eth"`
Trx Node `yaml:"trx"`
Sol SolanaNode `yaml:"solana"`
}
Fullnode define
Click to show internal directories.
Click to hide internal directories.