Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Hedera HederaParser `yaml:"hedera"` EVM map[int64]parser.Evm `yaml:"evm"` Tokens Tokens `yaml:"tokens"` ValidatorUrl string `yaml:"validator_url"` Bridge parser.Bridge `yaml:"bridge"` }
Config used to load and parse from application.yml
type HederaParser ¶
type HederaParser struct { NetworkType string `yaml:"network_type"` BridgeAccount string `yaml:"bridge_account"` Members []string `yaml:"members"` TopicID string `yaml:"topic_id"` Sender Sender `yaml:"sender"` DbValidationProps []parser.Database `yaml:"dbs"` MirrorNode parser.MirrorNode `yaml:"mirror_node"` }
Click to show internal directories.
Click to hide internal directories.