Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EthereumConfig ¶
type EthereumConfig struct { Endpoint string `mapstructure:"endpoint"` GasFeeCap uint64 `mapstructure:"gas-fee-cap"` GasTipCap uint64 `mapstructure:"gas-tip-cap"` GasLimit uint64 `mapstructure:"gas-limit"` }
func (EthereumConfig) Validate ¶
func (e EthereumConfig) Validate() error
type OFACConfig ¶
type OFACConfig struct { Enabled bool `mapstructure:"enabled"` ApiKey string `mapstructure:"apiKey"` }
func (OFACConfig) Validate ¶
func (o OFACConfig) Validate() error
type ParachainConfig ¶
type ParachainConfig struct { Endpoint string `mapstructure:"endpoint"` MaxWatchedExtrinsics int64 `mapstructure:"maxWatchedExtrinsics"` }
func (ParachainConfig) Validate ¶
func (p ParachainConfig) Validate() error
type PolkadotConfig ¶
type PolkadotConfig struct {
Endpoint string `mapstructure:"endpoint"`
}
func (PolkadotConfig) Validate ¶
func (p PolkadotConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.