Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SwapperKey ¶
Types ¶
type Accounts ¶
type Config ¶
type Config struct {
Ethereum EthereumConfig `json:"ethereum"`
Bitcoin string `json:"bitcoin"`
}
type EthereumConfig ¶
type EthereumConfig struct {
URL string `json:"url"`
Network string `json:"network"`
Swapper string `json:"swapper"`
Tokens []EthereumToken `json:"tokens"`
}
type EthereumToken ¶
Click to show internal directories.
Click to hide internal directories.