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"`
}
e2eConfig used to load and parse from application.yml
type Hedera ¶
type Hedera struct {
NetworkType string `yaml:"network_type"`
BridgeAccount string `yaml:"bridge_account"`
FeePercentage int64 `yaml:"fee_percentage"`
Members []string `yaml:"members"`
TopicID string `yaml:"topic_id"`
Sender Sender `yaml:"sender"`
DbValidationProps []config.Database `yaml:"dbs"`
MirrorNode config.MirrorNode `yaml:"mirror_node"`
}
hedera props from the application.yml
type Setup ¶
type Setup struct {
BridgeAccount hederaSDK.AccountID
EthReceiver common.Address
RouterAddress common.Address
TopicID hederaSDK.TopicID
TokenID hederaSDK.TokenID
FeePercentage int64
Members []hederaSDK.AccountID
Clients *clients
DbValidator *db_validation.Service
}
Setup used by the e2e tests. Preloaded with all necessary dependencies
Click to show internal directories.
Click to hide internal directories.