Documentation ¶
Index ¶
Constants ¶
View Source
const (
SettingLocation = "D:/EnglishRoad/workspace/Go/src/github.com/scryinfo/dp/demo/src/application/sdkinterface/settings/definition.yaml"
)
Variables ¶
This section is empty.
Functions ¶
func LoadSettings ¶
func LoadSettings() (*scryinfo, error)
Types ¶
type Contracts ¶
type Contracts struct { ProtocolAddr string `yaml:"protocol_contract_addr"` TokenAddr string `yaml:"token_contract_addr"` ProtocolAbiPath string `yaml:"protocol_contract_abi_path"` TokenAbiPath string `yaml:"token_contract_abi_path"` ProtocolEvents string `yaml:"protocol_contract_events"` TokenEvents string `yaml:"token_contract_events"` DeployerKeyJson string `yaml:"deployer_keyjson"` DeployerPassword string `yaml:"deployer_password"` }
Click to show internal directories.
Click to hide internal directories.