Documentation ¶
Index ¶
- type AggregatorV3Interface
- func (_m *AggregatorV3Interface) Address() common.Address
- func (_m *AggregatorV3Interface) Decimals(opts *bind.CallOpts) (uint8, error)
- func (_m *AggregatorV3Interface) Description(opts *bind.CallOpts) (string, error)
- func (_m *AggregatorV3Interface) GetRoundData(opts *bind.CallOpts, _roundId *big.Int) (aggregator_v3_interface.GetRoundData, error)
- func (_m *AggregatorV3Interface) LatestRoundData(opts *bind.CallOpts) (aggregator_v3_interface.LatestRoundData, error)
- func (_m *AggregatorV3Interface) Version(opts *bind.CallOpts) (*big.Int, error)
- type Config
- type GethKeyStore
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregatorV3Interface ¶ added in v1.4.0
AggregatorV3Interface is an autogenerated mock type for the AggregatorV3InterfaceInterface type
func (*AggregatorV3Interface) Address ¶ added in v1.4.0
func (_m *AggregatorV3Interface) Address() common.Address
Address provides a mock function with given fields:
func (*AggregatorV3Interface) Decimals ¶ added in v1.4.0
func (_m *AggregatorV3Interface) Decimals(opts *bind.CallOpts) (uint8, error)
Decimals provides a mock function with given fields: opts
func (*AggregatorV3Interface) Description ¶ added in v1.4.0
func (_m *AggregatorV3Interface) Description(opts *bind.CallOpts) (string, error)
Description provides a mock function with given fields: opts
func (*AggregatorV3Interface) GetRoundData ¶ added in v1.4.0
func (_m *AggregatorV3Interface) GetRoundData(opts *bind.CallOpts, _roundId *big.Int) (aggregator_v3_interface.GetRoundData, error)
GetRoundData provides a mock function with given fields: opts, _roundId
func (*AggregatorV3Interface) LatestRoundData ¶ added in v1.4.0
func (_m *AggregatorV3Interface) LatestRoundData(opts *bind.CallOpts) (aggregator_v3_interface.LatestRoundData, error)
LatestRoundData provides a mock function with given fields: opts
type Config ¶ added in v1.4.0
Config is an autogenerated mock type for the Config type
func (*Config) EvmGasLimitDefault ¶ added in v1.4.0
EvmGasLimitDefault provides a mock function with given fields:
func (*Config) KeySpecificMaxGasPriceWei ¶ added in v1.4.0
KeySpecificMaxGasPriceWei provides a mock function with given fields: addr
func (*Config) MinIncomingConfirmations ¶ added in v1.4.0
MinIncomingConfirmations provides a mock function with given fields:
func (*Config) MinRequiredOutgoingConfirmations ¶ added in v1.4.0
MinRequiredOutgoingConfirmations provides a mock function with given fields:
type GethKeyStore ¶
GethKeyStore is an autogenerated mock type for the GethKeyStore type
func (*GethKeyStore) GetRoundRobinAddress ¶
func (_m *GethKeyStore) GetRoundRobinAddress(chainID *big.Int, addresses ...common.Address) (common.Address, error)
GetRoundRobinAddress provides a mock function with given fields: chainID, addresses