config

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 27, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BscConf

type BscConf struct {
	Nodes      map[string]int          `json:","`
	Currencies map[string]bsc.Currency `json:","`
}

type Config

type Config struct {
	zrpc.RpcServerConf
	Tron TronConf
	Eth  EthConf
	Bsc  BscConf
}

type EthConf

type EthConf struct {
	Nodes      map[string]int          `json:","`
	Currencies map[string]eth.Currency `json:","`
}

type TronConf

type TronConf struct {
	Nodes      map[string]int           `json:","`
	ApiKeys    []string                 `json:","`
	Currencies map[string]tron.Currency `json:","`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL