Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Hedera Hedera `yaml:"hedera"`
Ethereum config.Ethereum `yaml:"ethereum"`
Tokens Tokens `yaml:"tokens"`
ValidatorUrl string `yaml:"validator_url"`
Signer string `yaml:"eth_signer"`
}
e2eConfig used to load and parse from application.yml
type Hedera ¶
type Hedera struct {
NetworkType string `yaml:"network_type"`
BridgeAccount string `yaml:"bridge_account"`
TopicID string `yaml:"topic_id"`
Sender Sender `yaml:"sender"`
DbValidationProps []config.Db `yaml:"dbs"`
}
hedera props from the application.yml
Click to show internal directories.
Click to hide internal directories.