mocks

package
v2.15.0-beta0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 29, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AggregatorV3InterfaceInterface added in v2.15.0

type AggregatorV3InterfaceInterface struct {
	mock.Mock
}

AggregatorV3InterfaceInterface is an autogenerated mock type for the AggregatorV3InterfaceInterface type

func NewAggregatorV3InterfaceInterface added in v2.15.0

func NewAggregatorV3InterfaceInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *AggregatorV3InterfaceInterface

NewAggregatorV3InterfaceInterface creates a new instance of AggregatorV3InterfaceInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*AggregatorV3InterfaceInterface) Address added in v2.15.0

Address provides a mock function with given fields:

func (*AggregatorV3InterfaceInterface) Decimals added in v2.15.0

func (_m *AggregatorV3InterfaceInterface) Decimals(opts *bind.CallOpts) (uint8, error)

Decimals provides a mock function with given fields: opts

func (*AggregatorV3InterfaceInterface) Description added in v2.15.0

func (_m *AggregatorV3InterfaceInterface) Description(opts *bind.CallOpts) (string, error)

Description provides a mock function with given fields: opts

func (*AggregatorV3InterfaceInterface) EXPECT added in v2.15.0

func (*AggregatorV3InterfaceInterface) GetRoundData added in v2.15.0

GetRoundData provides a mock function with given fields: opts, _roundId

func (*AggregatorV3InterfaceInterface) LatestRoundData added in v2.15.0

LatestRoundData provides a mock function with given fields: opts

func (*AggregatorV3InterfaceInterface) Version added in v2.15.0

func (_m *AggregatorV3InterfaceInterface) Version(opts *bind.CallOpts) (*big.Int, error)

Version provides a mock function with given fields: opts

type AggregatorV3InterfaceInterface_Address_Call added in v2.15.0

type AggregatorV3InterfaceInterface_Address_Call struct {
	*mock.Call
}

AggregatorV3InterfaceInterface_Address_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Address'

func (*AggregatorV3InterfaceInterface_Address_Call) Return added in v2.15.0

func (*AggregatorV3InterfaceInterface_Address_Call) Run added in v2.15.0

func (*AggregatorV3InterfaceInterface_Address_Call) RunAndReturn added in v2.15.0

type AggregatorV3InterfaceInterface_Decimals_Call added in v2.15.0

type AggregatorV3InterfaceInterface_Decimals_Call struct {
	*mock.Call
}

AggregatorV3InterfaceInterface_Decimals_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Decimals'

func (*AggregatorV3InterfaceInterface_Decimals_Call) Return added in v2.15.0

func (*AggregatorV3InterfaceInterface_Decimals_Call) Run added in v2.15.0

func (*AggregatorV3InterfaceInterface_Decimals_Call) RunAndReturn added in v2.15.0

type AggregatorV3InterfaceInterface_Description_Call added in v2.15.0

type AggregatorV3InterfaceInterface_Description_Call struct {
	*mock.Call
}

AggregatorV3InterfaceInterface_Description_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Description'

func (*AggregatorV3InterfaceInterface_Description_Call) Return added in v2.15.0

func (*AggregatorV3InterfaceInterface_Description_Call) Run added in v2.15.0

func (*AggregatorV3InterfaceInterface_Description_Call) RunAndReturn added in v2.15.0

type AggregatorV3InterfaceInterface_Expecter added in v2.15.0

type AggregatorV3InterfaceInterface_Expecter struct {
	// contains filtered or unexported fields
}

func (*AggregatorV3InterfaceInterface_Expecter) Address added in v2.15.0

Address is a helper method to define mock.On call

func (*AggregatorV3InterfaceInterface_Expecter) Decimals added in v2.15.0

Decimals is a helper method to define mock.On call

  • opts *bind.CallOpts

func (*AggregatorV3InterfaceInterface_Expecter) Description added in v2.15.0

Description is a helper method to define mock.On call

  • opts *bind.CallOpts

func (*AggregatorV3InterfaceInterface_Expecter) GetRoundData added in v2.15.0

func (_e *AggregatorV3InterfaceInterface_Expecter) GetRoundData(opts interface{}, _roundId interface{}) *AggregatorV3InterfaceInterface_GetRoundData_Call

GetRoundData is a helper method to define mock.On call

  • opts *bind.CallOpts
  • _roundId *big.Int

func (*AggregatorV3InterfaceInterface_Expecter) LatestRoundData added in v2.15.0

LatestRoundData is a helper method to define mock.On call

  • opts *bind.CallOpts

func (*AggregatorV3InterfaceInterface_Expecter) Version added in v2.15.0

Version is a helper method to define mock.On call

  • opts *bind.CallOpts

type AggregatorV3InterfaceInterface_GetRoundData_Call added in v2.15.0

type AggregatorV3InterfaceInterface_GetRoundData_Call struct {
	*mock.Call
}

AggregatorV3InterfaceInterface_GetRoundData_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetRoundData'

func (*AggregatorV3InterfaceInterface_GetRoundData_Call) Return added in v2.15.0

func (*AggregatorV3InterfaceInterface_GetRoundData_Call) Run added in v2.15.0

func (*AggregatorV3InterfaceInterface_GetRoundData_Call) RunAndReturn added in v2.15.0

type AggregatorV3InterfaceInterface_LatestRoundData_Call added in v2.15.0

type AggregatorV3InterfaceInterface_LatestRoundData_Call struct {
	*mock.Call
}

AggregatorV3InterfaceInterface_LatestRoundData_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LatestRoundData'

func (*AggregatorV3InterfaceInterface_LatestRoundData_Call) Return added in v2.15.0

func (*AggregatorV3InterfaceInterface_LatestRoundData_Call) Run added in v2.15.0

func (*AggregatorV3InterfaceInterface_LatestRoundData_Call) RunAndReturn added in v2.15.0

type AggregatorV3InterfaceInterface_Version_Call added in v2.15.0

type AggregatorV3InterfaceInterface_Version_Call struct {
	*mock.Call
}

AggregatorV3InterfaceInterface_Version_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Version'

func (*AggregatorV3InterfaceInterface_Version_Call) Return added in v2.15.0

func (*AggregatorV3InterfaceInterface_Version_Call) Run added in v2.15.0

func (*AggregatorV3InterfaceInterface_Version_Call) RunAndReturn added in v2.15.0

type Config

type Config struct {
	mock.Mock
}

Config is an autogenerated mock type for the Config type

func NewConfig

func NewConfig(t interface {
	mock.TestingT
	Cleanup(func())
}) *Config

NewConfig creates a new instance of Config. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*Config) EXPECT added in v2.15.0

func (_m *Config) EXPECT() *Config_Expecter

func (*Config) FinalityDepth added in v2.3.0

func (_m *Config) FinalityDepth() uint32

FinalityDepth provides a mock function with given fields:

func (*Config) MinIncomingConfirmations

func (_m *Config) MinIncomingConfirmations() uint32

MinIncomingConfirmations provides a mock function with given fields:

type Config_Expecter added in v2.15.0

type Config_Expecter struct {
	// contains filtered or unexported fields
}

func (*Config_Expecter) FinalityDepth added in v2.15.0

func (_e *Config_Expecter) FinalityDepth() *Config_FinalityDepth_Call

FinalityDepth is a helper method to define mock.On call

func (*Config_Expecter) MinIncomingConfirmations added in v2.15.0

func (_e *Config_Expecter) MinIncomingConfirmations() *Config_MinIncomingConfirmations_Call

MinIncomingConfirmations is a helper method to define mock.On call

type Config_FinalityDepth_Call added in v2.15.0

type Config_FinalityDepth_Call struct {
	*mock.Call
}

Config_FinalityDepth_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FinalityDepth'

func (*Config_FinalityDepth_Call) Return added in v2.15.0

func (*Config_FinalityDepth_Call) Run added in v2.15.0

func (*Config_FinalityDepth_Call) RunAndReturn added in v2.15.0

func (_c *Config_FinalityDepth_Call) RunAndReturn(run func() uint32) *Config_FinalityDepth_Call

type Config_MinIncomingConfirmations_Call added in v2.15.0

type Config_MinIncomingConfirmations_Call struct {
	*mock.Call
}

Config_MinIncomingConfirmations_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MinIncomingConfirmations'

func (*Config_MinIncomingConfirmations_Call) Return added in v2.15.0

func (*Config_MinIncomingConfirmations_Call) Run added in v2.15.0

func (*Config_MinIncomingConfirmations_Call) RunAndReturn added in v2.15.0

type FeeConfig added in v2.4.0

type FeeConfig struct {
	mock.Mock
}

FeeConfig is an autogenerated mock type for the FeeConfig type

func NewFeeConfig added in v2.4.0

func NewFeeConfig(t interface {
	mock.TestingT
	Cleanup(func())
}) *FeeConfig

NewFeeConfig creates a new instance of FeeConfig. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*FeeConfig) EXPECT added in v2.15.0

func (_m *FeeConfig) EXPECT() *FeeConfig_Expecter

func (*FeeConfig) LimitDefault added in v2.4.0

func (_m *FeeConfig) LimitDefault() uint64

LimitDefault provides a mock function with given fields:

func (*FeeConfig) LimitJobType added in v2.4.0

func (_m *FeeConfig) LimitJobType() config.LimitJobType

LimitJobType provides a mock function with given fields:

func (*FeeConfig) PriceMaxKey added in v2.4.0

func (_m *FeeConfig) PriceMaxKey(addr common.Address) *assets.Wei

PriceMaxKey provides a mock function with given fields: addr

type FeeConfig_Expecter added in v2.15.0

type FeeConfig_Expecter struct {
	// contains filtered or unexported fields
}

func (*FeeConfig_Expecter) LimitDefault added in v2.15.0

func (_e *FeeConfig_Expecter) LimitDefault() *FeeConfig_LimitDefault_Call

LimitDefault is a helper method to define mock.On call

func (*FeeConfig_Expecter) LimitJobType added in v2.15.0

func (_e *FeeConfig_Expecter) LimitJobType() *FeeConfig_LimitJobType_Call

LimitJobType is a helper method to define mock.On call

func (*FeeConfig_Expecter) PriceMaxKey added in v2.15.0

func (_e *FeeConfig_Expecter) PriceMaxKey(addr interface{}) *FeeConfig_PriceMaxKey_Call

PriceMaxKey is a helper method to define mock.On call

  • addr common.Address

type FeeConfig_LimitDefault_Call added in v2.15.0

type FeeConfig_LimitDefault_Call struct {
	*mock.Call
}

FeeConfig_LimitDefault_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LimitDefault'

func (*FeeConfig_LimitDefault_Call) Return added in v2.15.0

func (*FeeConfig_LimitDefault_Call) Run added in v2.15.0

func (*FeeConfig_LimitDefault_Call) RunAndReturn added in v2.15.0

func (_c *FeeConfig_LimitDefault_Call) RunAndReturn(run func() uint64) *FeeConfig_LimitDefault_Call

type FeeConfig_LimitJobType_Call added in v2.15.0

type FeeConfig_LimitJobType_Call struct {
	*mock.Call
}

FeeConfig_LimitJobType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LimitJobType'

func (*FeeConfig_LimitJobType_Call) Return added in v2.15.0

func (*FeeConfig_LimitJobType_Call) Run added in v2.15.0

func (*FeeConfig_LimitJobType_Call) RunAndReturn added in v2.15.0

type FeeConfig_PriceMaxKey_Call added in v2.15.0

type FeeConfig_PriceMaxKey_Call struct {
	*mock.Call
}

FeeConfig_PriceMaxKey_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PriceMaxKey'

func (*FeeConfig_PriceMaxKey_Call) Return added in v2.15.0

func (*FeeConfig_PriceMaxKey_Call) Run added in v2.15.0

func (*FeeConfig_PriceMaxKey_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface

type VRFCoordinatorV2Interface struct {
	mock.Mock
}

VRFCoordinatorV2Interface is an autogenerated mock type for the VRFCoordinatorV2Interface type

func NewVRFCoordinatorV2Interface

func NewVRFCoordinatorV2Interface(t interface {
	mock.TestingT
	Cleanup(func())
}) *VRFCoordinatorV2Interface

NewVRFCoordinatorV2Interface creates a new instance of VRFCoordinatorV2Interface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*VRFCoordinatorV2Interface) AcceptOwnership

func (_m *VRFCoordinatorV2Interface) AcceptOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

AcceptOwnership provides a mock function with given fields: opts

func (*VRFCoordinatorV2Interface) AcceptSubscriptionOwnerTransfer

func (_m *VRFCoordinatorV2Interface) AcceptSubscriptionOwnerTransfer(opts *bind.TransactOpts, subId uint64) (*types.Transaction, error)

AcceptSubscriptionOwnerTransfer provides a mock function with given fields: opts, subId

func (*VRFCoordinatorV2Interface) AddConsumer

func (_m *VRFCoordinatorV2Interface) AddConsumer(opts *bind.TransactOpts, subId uint64, consumer common.Address) (*types.Transaction, error)

AddConsumer provides a mock function with given fields: opts, subId, consumer

func (*VRFCoordinatorV2Interface) Address

Address provides a mock function with given fields:

func (*VRFCoordinatorV2Interface) BLOCKHASHSTORE

func (_m *VRFCoordinatorV2Interface) BLOCKHASHSTORE(opts *bind.CallOpts) (common.Address, error)

BLOCKHASHSTORE provides a mock function with given fields: opts

func (*VRFCoordinatorV2Interface) CancelSubscription

func (_m *VRFCoordinatorV2Interface) CancelSubscription(opts *bind.TransactOpts, subId uint64, to common.Address) (*types.Transaction, error)

CancelSubscription provides a mock function with given fields: opts, subId, to

func (*VRFCoordinatorV2Interface) CreateSubscription

func (_m *VRFCoordinatorV2Interface) CreateSubscription(opts *bind.TransactOpts) (*types.Transaction, error)

CreateSubscription provides a mock function with given fields: opts

func (*VRFCoordinatorV2Interface) DeregisterProvingKey

func (_m *VRFCoordinatorV2Interface) DeregisterProvingKey(opts *bind.TransactOpts, publicProvingKey [2]*big.Int) (*types.Transaction, error)

DeregisterProvingKey provides a mock function with given fields: opts, publicProvingKey

func (*VRFCoordinatorV2Interface) EXPECT added in v2.15.0

func (*VRFCoordinatorV2Interface) FilterConfigSet

FilterConfigSet provides a mock function with given fields: opts

func (*VRFCoordinatorV2Interface) FilterFundsRecovered

FilterFundsRecovered provides a mock function with given fields: opts

func (*VRFCoordinatorV2Interface) FilterOwnershipTransferRequested

FilterOwnershipTransferRequested provides a mock function with given fields: opts, from, to

func (*VRFCoordinatorV2Interface) FilterOwnershipTransferred

FilterOwnershipTransferred provides a mock function with given fields: opts, from, to

func (*VRFCoordinatorV2Interface) FilterProvingKeyDeregistered

FilterProvingKeyDeregistered provides a mock function with given fields: opts, oracle

func (*VRFCoordinatorV2Interface) FilterProvingKeyRegistered

FilterProvingKeyRegistered provides a mock function with given fields: opts, oracle

func (*VRFCoordinatorV2Interface) FilterRandomWordsFulfilled

FilterRandomWordsFulfilled provides a mock function with given fields: opts, requestId

func (*VRFCoordinatorV2Interface) FilterRandomWordsRequested

func (_m *VRFCoordinatorV2Interface) FilterRandomWordsRequested(opts *bind.FilterOpts, keyHash [][32]byte, subId []uint64, sender []common.Address) (*vrf_coordinator_v2.VRFCoordinatorV2RandomWordsRequestedIterator, error)

FilterRandomWordsRequested provides a mock function with given fields: opts, keyHash, subId, sender

func (*VRFCoordinatorV2Interface) FilterSubscriptionCanceled

FilterSubscriptionCanceled provides a mock function with given fields: opts, subId

func (*VRFCoordinatorV2Interface) FilterSubscriptionConsumerAdded

FilterSubscriptionConsumerAdded provides a mock function with given fields: opts, subId

func (*VRFCoordinatorV2Interface) FilterSubscriptionConsumerRemoved

FilterSubscriptionConsumerRemoved provides a mock function with given fields: opts, subId

func (*VRFCoordinatorV2Interface) FilterSubscriptionCreated

FilterSubscriptionCreated provides a mock function with given fields: opts, subId

func (*VRFCoordinatorV2Interface) FilterSubscriptionFunded

FilterSubscriptionFunded provides a mock function with given fields: opts, subId

func (*VRFCoordinatorV2Interface) FilterSubscriptionOwnerTransferRequested

FilterSubscriptionOwnerTransferRequested provides a mock function with given fields: opts, subId

func (*VRFCoordinatorV2Interface) FilterSubscriptionOwnerTransferred

FilterSubscriptionOwnerTransferred provides a mock function with given fields: opts, subId

func (*VRFCoordinatorV2Interface) FulfillRandomWords

FulfillRandomWords provides a mock function with given fields: opts, proof, rc

func (*VRFCoordinatorV2Interface) GetCommitment

func (_m *VRFCoordinatorV2Interface) GetCommitment(opts *bind.CallOpts, requestId *big.Int) ([32]byte, error)

GetCommitment provides a mock function with given fields: opts, requestId

func (*VRFCoordinatorV2Interface) GetConfig

GetConfig provides a mock function with given fields: opts

func (*VRFCoordinatorV2Interface) GetCurrentSubId

func (_m *VRFCoordinatorV2Interface) GetCurrentSubId(opts *bind.CallOpts) (uint64, error)

GetCurrentSubId provides a mock function with given fields: opts

func (_m *VRFCoordinatorV2Interface) GetFallbackWeiPerUnitLink(opts *bind.CallOpts) (*big.Int, error)

GetFallbackWeiPerUnitLink provides a mock function with given fields: opts

func (*VRFCoordinatorV2Interface) GetFeeConfig

GetFeeConfig provides a mock function with given fields: opts

func (*VRFCoordinatorV2Interface) GetFeeTier

func (_m *VRFCoordinatorV2Interface) GetFeeTier(opts *bind.CallOpts, reqCount uint64) (uint32, error)

GetFeeTier provides a mock function with given fields: opts, reqCount

func (*VRFCoordinatorV2Interface) GetRequestConfig

func (_m *VRFCoordinatorV2Interface) GetRequestConfig(opts *bind.CallOpts) (uint16, uint32, [][32]byte, error)

GetRequestConfig provides a mock function with given fields: opts

func (*VRFCoordinatorV2Interface) GetSubscription

GetSubscription provides a mock function with given fields: opts, subId

func (*VRFCoordinatorV2Interface) GetTotalBalance

func (_m *VRFCoordinatorV2Interface) GetTotalBalance(opts *bind.CallOpts) (*big.Int, error)

GetTotalBalance provides a mock function with given fields: opts

func (*VRFCoordinatorV2Interface) HashOfKey

func (_m *VRFCoordinatorV2Interface) HashOfKey(opts *bind.CallOpts, publicKey [2]*big.Int) ([32]byte, error)

HashOfKey provides a mock function with given fields: opts, publicKey

LINK provides a mock function with given fields: opts

func (*VRFCoordinatorV2Interface) LINKETHFEED

func (_m *VRFCoordinatorV2Interface) LINKETHFEED(opts *bind.CallOpts) (common.Address, error)

LINKETHFEED provides a mock function with given fields: opts

func (*VRFCoordinatorV2Interface) MAXCONSUMERS

func (_m *VRFCoordinatorV2Interface) MAXCONSUMERS(opts *bind.CallOpts) (uint16, error)

MAXCONSUMERS provides a mock function with given fields: opts

func (*VRFCoordinatorV2Interface) MAXNUMWORDS

func (_m *VRFCoordinatorV2Interface) MAXNUMWORDS(opts *bind.CallOpts) (uint32, error)

MAXNUMWORDS provides a mock function with given fields: opts

func (*VRFCoordinatorV2Interface) MAXREQUESTCONFIRMATIONS

func (_m *VRFCoordinatorV2Interface) MAXREQUESTCONFIRMATIONS(opts *bind.CallOpts) (uint16, error)

MAXREQUESTCONFIRMATIONS provides a mock function with given fields: opts

func (*VRFCoordinatorV2Interface) OnTokenTransfer

func (_m *VRFCoordinatorV2Interface) OnTokenTransfer(opts *bind.TransactOpts, arg0 common.Address, amount *big.Int, data []byte) (*types.Transaction, error)

OnTokenTransfer provides a mock function with given fields: opts, arg0, amount, data

func (*VRFCoordinatorV2Interface) OracleWithdraw

func (_m *VRFCoordinatorV2Interface) OracleWithdraw(opts *bind.TransactOpts, recipient common.Address, amount *big.Int) (*types.Transaction, error)

OracleWithdraw provides a mock function with given fields: opts, recipient, amount

func (*VRFCoordinatorV2Interface) Owner

Owner provides a mock function with given fields: opts

func (*VRFCoordinatorV2Interface) OwnerCancelSubscription

func (_m *VRFCoordinatorV2Interface) OwnerCancelSubscription(opts *bind.TransactOpts, subId uint64) (*types.Transaction, error)

OwnerCancelSubscription provides a mock function with given fields: opts, subId

func (*VRFCoordinatorV2Interface) ParseConfigSet

ParseConfigSet provides a mock function with given fields: log

func (*VRFCoordinatorV2Interface) ParseFundsRecovered

ParseFundsRecovered provides a mock function with given fields: log

func (*VRFCoordinatorV2Interface) ParseLog

ParseLog provides a mock function with given fields: log

func (*VRFCoordinatorV2Interface) ParseOwnershipTransferRequested

ParseOwnershipTransferRequested provides a mock function with given fields: log

func (*VRFCoordinatorV2Interface) ParseOwnershipTransferred

ParseOwnershipTransferred provides a mock function with given fields: log

func (*VRFCoordinatorV2Interface) ParseProvingKeyDeregistered

ParseProvingKeyDeregistered provides a mock function with given fields: log

func (*VRFCoordinatorV2Interface) ParseProvingKeyRegistered

ParseProvingKeyRegistered provides a mock function with given fields: log

func (*VRFCoordinatorV2Interface) ParseRandomWordsFulfilled

ParseRandomWordsFulfilled provides a mock function with given fields: log

func (*VRFCoordinatorV2Interface) ParseRandomWordsRequested

ParseRandomWordsRequested provides a mock function with given fields: log

func (*VRFCoordinatorV2Interface) ParseSubscriptionCanceled

ParseSubscriptionCanceled provides a mock function with given fields: log

func (*VRFCoordinatorV2Interface) ParseSubscriptionConsumerAdded

ParseSubscriptionConsumerAdded provides a mock function with given fields: log

func (*VRFCoordinatorV2Interface) ParseSubscriptionConsumerRemoved

ParseSubscriptionConsumerRemoved provides a mock function with given fields: log

func (*VRFCoordinatorV2Interface) ParseSubscriptionCreated

ParseSubscriptionCreated provides a mock function with given fields: log

func (*VRFCoordinatorV2Interface) ParseSubscriptionFunded

ParseSubscriptionFunded provides a mock function with given fields: log

func (*VRFCoordinatorV2Interface) ParseSubscriptionOwnerTransferRequested

ParseSubscriptionOwnerTransferRequested provides a mock function with given fields: log

func (*VRFCoordinatorV2Interface) ParseSubscriptionOwnerTransferred

ParseSubscriptionOwnerTransferred provides a mock function with given fields: log

func (*VRFCoordinatorV2Interface) PendingRequestExists

func (_m *VRFCoordinatorV2Interface) PendingRequestExists(opts *bind.CallOpts, subId uint64) (bool, error)

PendingRequestExists provides a mock function with given fields: opts, subId

func (*VRFCoordinatorV2Interface) RecoverFunds

RecoverFunds provides a mock function with given fields: opts, to

func (*VRFCoordinatorV2Interface) RegisterProvingKey

func (_m *VRFCoordinatorV2Interface) RegisterProvingKey(opts *bind.TransactOpts, oracle common.Address, publicProvingKey [2]*big.Int) (*types.Transaction, error)

RegisterProvingKey provides a mock function with given fields: opts, oracle, publicProvingKey

func (*VRFCoordinatorV2Interface) RemoveConsumer

func (_m *VRFCoordinatorV2Interface) RemoveConsumer(opts *bind.TransactOpts, subId uint64, consumer common.Address) (*types.Transaction, error)

RemoveConsumer provides a mock function with given fields: opts, subId, consumer

func (*VRFCoordinatorV2Interface) RequestRandomWords

func (_m *VRFCoordinatorV2Interface) RequestRandomWords(opts *bind.TransactOpts, keyHash [32]byte, subId uint64, requestConfirmations uint16, callbackGasLimit uint32, numWords uint32) (*types.Transaction, error)

RequestRandomWords provides a mock function with given fields: opts, keyHash, subId, requestConfirmations, callbackGasLimit, numWords

func (*VRFCoordinatorV2Interface) RequestSubscriptionOwnerTransfer

func (_m *VRFCoordinatorV2Interface) RequestSubscriptionOwnerTransfer(opts *bind.TransactOpts, subId uint64, newOwner common.Address) (*types.Transaction, error)

RequestSubscriptionOwnerTransfer provides a mock function with given fields: opts, subId, newOwner

func (*VRFCoordinatorV2Interface) SetConfig

func (_m *VRFCoordinatorV2Interface) SetConfig(opts *bind.TransactOpts, minimumRequestConfirmations uint16, maxGasLimit uint32, stalenessSeconds uint32, gasAfterPaymentCalculation uint32, fallbackWeiPerUnitLink *big.Int, feeConfig vrf_coordinator_v2.VRFCoordinatorV2FeeConfig) (*types.Transaction, error)

SetConfig provides a mock function with given fields: opts, minimumRequestConfirmations, maxGasLimit, stalenessSeconds, gasAfterPaymentCalculation, fallbackWeiPerUnitLink, feeConfig

func (*VRFCoordinatorV2Interface) TransferOwnership

func (_m *VRFCoordinatorV2Interface) TransferOwnership(opts *bind.TransactOpts, to common.Address) (*types.Transaction, error)

TransferOwnership provides a mock function with given fields: opts, to

func (*VRFCoordinatorV2Interface) TypeAndVersion

func (_m *VRFCoordinatorV2Interface) TypeAndVersion(opts *bind.CallOpts) (string, error)

TypeAndVersion provides a mock function with given fields: opts

func (*VRFCoordinatorV2Interface) WatchConfigSet

WatchConfigSet provides a mock function with given fields: opts, sink

func (*VRFCoordinatorV2Interface) WatchFundsRecovered

WatchFundsRecovered provides a mock function with given fields: opts, sink

func (*VRFCoordinatorV2Interface) WatchOwnershipTransferRequested

WatchOwnershipTransferRequested provides a mock function with given fields: opts, sink, from, to

func (*VRFCoordinatorV2Interface) WatchOwnershipTransferred

WatchOwnershipTransferred provides a mock function with given fields: opts, sink, from, to

func (*VRFCoordinatorV2Interface) WatchProvingKeyDeregistered

WatchProvingKeyDeregistered provides a mock function with given fields: opts, sink, oracle

func (*VRFCoordinatorV2Interface) WatchProvingKeyRegistered

WatchProvingKeyRegistered provides a mock function with given fields: opts, sink, oracle

func (*VRFCoordinatorV2Interface) WatchRandomWordsFulfilled

func (_m *VRFCoordinatorV2Interface) WatchRandomWordsFulfilled(opts *bind.WatchOpts, sink chan<- *vrf_coordinator_v2.VRFCoordinatorV2RandomWordsFulfilled, requestId []*big.Int) (event.Subscription, error)

WatchRandomWordsFulfilled provides a mock function with given fields: opts, sink, requestId

func (*VRFCoordinatorV2Interface) WatchRandomWordsRequested

func (_m *VRFCoordinatorV2Interface) WatchRandomWordsRequested(opts *bind.WatchOpts, sink chan<- *vrf_coordinator_v2.VRFCoordinatorV2RandomWordsRequested, keyHash [][32]byte, subId []uint64, sender []common.Address) (event.Subscription, error)

WatchRandomWordsRequested provides a mock function with given fields: opts, sink, keyHash, subId, sender

func (*VRFCoordinatorV2Interface) WatchSubscriptionCanceled

func (_m *VRFCoordinatorV2Interface) WatchSubscriptionCanceled(opts *bind.WatchOpts, sink chan<- *vrf_coordinator_v2.VRFCoordinatorV2SubscriptionCanceled, subId []uint64) (event.Subscription, error)

WatchSubscriptionCanceled provides a mock function with given fields: opts, sink, subId

func (*VRFCoordinatorV2Interface) WatchSubscriptionConsumerAdded

func (_m *VRFCoordinatorV2Interface) WatchSubscriptionConsumerAdded(opts *bind.WatchOpts, sink chan<- *vrf_coordinator_v2.VRFCoordinatorV2SubscriptionConsumerAdded, subId []uint64) (event.Subscription, error)

WatchSubscriptionConsumerAdded provides a mock function with given fields: opts, sink, subId

func (*VRFCoordinatorV2Interface) WatchSubscriptionConsumerRemoved

func (_m *VRFCoordinatorV2Interface) WatchSubscriptionConsumerRemoved(opts *bind.WatchOpts, sink chan<- *vrf_coordinator_v2.VRFCoordinatorV2SubscriptionConsumerRemoved, subId []uint64) (event.Subscription, error)

WatchSubscriptionConsumerRemoved provides a mock function with given fields: opts, sink, subId

func (*VRFCoordinatorV2Interface) WatchSubscriptionCreated

WatchSubscriptionCreated provides a mock function with given fields: opts, sink, subId

func (*VRFCoordinatorV2Interface) WatchSubscriptionFunded

WatchSubscriptionFunded provides a mock function with given fields: opts, sink, subId

func (*VRFCoordinatorV2Interface) WatchSubscriptionOwnerTransferRequested

func (_m *VRFCoordinatorV2Interface) WatchSubscriptionOwnerTransferRequested(opts *bind.WatchOpts, sink chan<- *vrf_coordinator_v2.VRFCoordinatorV2SubscriptionOwnerTransferRequested, subId []uint64) (event.Subscription, error)

WatchSubscriptionOwnerTransferRequested provides a mock function with given fields: opts, sink, subId

func (*VRFCoordinatorV2Interface) WatchSubscriptionOwnerTransferred

func (_m *VRFCoordinatorV2Interface) WatchSubscriptionOwnerTransferred(opts *bind.WatchOpts, sink chan<- *vrf_coordinator_v2.VRFCoordinatorV2SubscriptionOwnerTransferred, subId []uint64) (event.Subscription, error)

WatchSubscriptionOwnerTransferred provides a mock function with given fields: opts, sink, subId

type VRFCoordinatorV2Interface_AcceptOwnership_Call added in v2.15.0

type VRFCoordinatorV2Interface_AcceptOwnership_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_AcceptOwnership_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AcceptOwnership'

func (*VRFCoordinatorV2Interface_AcceptOwnership_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_AcceptOwnership_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_AcceptOwnership_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_AcceptSubscriptionOwnerTransfer_Call added in v2.15.0

type VRFCoordinatorV2Interface_AcceptSubscriptionOwnerTransfer_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_AcceptSubscriptionOwnerTransfer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AcceptSubscriptionOwnerTransfer'

func (*VRFCoordinatorV2Interface_AcceptSubscriptionOwnerTransfer_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_AcceptSubscriptionOwnerTransfer_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_AcceptSubscriptionOwnerTransfer_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_AddConsumer_Call added in v2.15.0

type VRFCoordinatorV2Interface_AddConsumer_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_AddConsumer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddConsumer'

func (*VRFCoordinatorV2Interface_AddConsumer_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_AddConsumer_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_AddConsumer_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_Address_Call added in v2.15.0

type VRFCoordinatorV2Interface_Address_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_Address_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Address'

func (*VRFCoordinatorV2Interface_Address_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_Address_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_Address_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_BLOCKHASHSTORE_Call added in v2.15.0

type VRFCoordinatorV2Interface_BLOCKHASHSTORE_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_BLOCKHASHSTORE_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BLOCKHASHSTORE'

func (*VRFCoordinatorV2Interface_BLOCKHASHSTORE_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_BLOCKHASHSTORE_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_BLOCKHASHSTORE_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_CancelSubscription_Call added in v2.15.0

type VRFCoordinatorV2Interface_CancelSubscription_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_CancelSubscription_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CancelSubscription'

func (*VRFCoordinatorV2Interface_CancelSubscription_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_CancelSubscription_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_CancelSubscription_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_CreateSubscription_Call added in v2.15.0

type VRFCoordinatorV2Interface_CreateSubscription_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_CreateSubscription_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateSubscription'

func (*VRFCoordinatorV2Interface_CreateSubscription_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_CreateSubscription_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_CreateSubscription_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_DeregisterProvingKey_Call added in v2.15.0

type VRFCoordinatorV2Interface_DeregisterProvingKey_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_DeregisterProvingKey_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeregisterProvingKey'

func (*VRFCoordinatorV2Interface_DeregisterProvingKey_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_DeregisterProvingKey_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_DeregisterProvingKey_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_Expecter added in v2.15.0

type VRFCoordinatorV2Interface_Expecter struct {
	// contains filtered or unexported fields
}

func (*VRFCoordinatorV2Interface_Expecter) AcceptOwnership added in v2.15.0

AcceptOwnership is a helper method to define mock.On call

  • opts *bind.TransactOpts

func (*VRFCoordinatorV2Interface_Expecter) AcceptSubscriptionOwnerTransfer added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) AcceptSubscriptionOwnerTransfer(opts interface{}, subId interface{}) *VRFCoordinatorV2Interface_AcceptSubscriptionOwnerTransfer_Call

AcceptSubscriptionOwnerTransfer is a helper method to define mock.On call

  • opts *bind.TransactOpts
  • subId uint64

func (*VRFCoordinatorV2Interface_Expecter) AddConsumer added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) AddConsumer(opts interface{}, subId interface{}, consumer interface{}) *VRFCoordinatorV2Interface_AddConsumer_Call

AddConsumer is a helper method to define mock.On call

  • opts *bind.TransactOpts
  • subId uint64
  • consumer common.Address

func (*VRFCoordinatorV2Interface_Expecter) Address added in v2.15.0

Address is a helper method to define mock.On call

func (*VRFCoordinatorV2Interface_Expecter) BLOCKHASHSTORE added in v2.15.0

BLOCKHASHSTORE is a helper method to define mock.On call

  • opts *bind.CallOpts

func (*VRFCoordinatorV2Interface_Expecter) CancelSubscription added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) CancelSubscription(opts interface{}, subId interface{}, to interface{}) *VRFCoordinatorV2Interface_CancelSubscription_Call

CancelSubscription is a helper method to define mock.On call

  • opts *bind.TransactOpts
  • subId uint64
  • to common.Address

func (*VRFCoordinatorV2Interface_Expecter) CreateSubscription added in v2.15.0

CreateSubscription is a helper method to define mock.On call

  • opts *bind.TransactOpts

func (*VRFCoordinatorV2Interface_Expecter) DeregisterProvingKey added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) DeregisterProvingKey(opts interface{}, publicProvingKey interface{}) *VRFCoordinatorV2Interface_DeregisterProvingKey_Call

DeregisterProvingKey is a helper method to define mock.On call

  • opts *bind.TransactOpts
  • publicProvingKey [2]*big.Int

func (*VRFCoordinatorV2Interface_Expecter) FilterConfigSet added in v2.15.0

FilterConfigSet is a helper method to define mock.On call

  • opts *bind.FilterOpts

func (*VRFCoordinatorV2Interface_Expecter) FilterFundsRecovered added in v2.15.0

FilterFundsRecovered is a helper method to define mock.On call

  • opts *bind.FilterOpts

func (*VRFCoordinatorV2Interface_Expecter) FilterOwnershipTransferRequested added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) FilterOwnershipTransferRequested(opts interface{}, from interface{}, to interface{}) *VRFCoordinatorV2Interface_FilterOwnershipTransferRequested_Call

FilterOwnershipTransferRequested is a helper method to define mock.On call

  • opts *bind.FilterOpts
  • from []common.Address
  • to []common.Address

func (*VRFCoordinatorV2Interface_Expecter) FilterOwnershipTransferred added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) FilterOwnershipTransferred(opts interface{}, from interface{}, to interface{}) *VRFCoordinatorV2Interface_FilterOwnershipTransferred_Call

FilterOwnershipTransferred is a helper method to define mock.On call

  • opts *bind.FilterOpts
  • from []common.Address
  • to []common.Address

func (*VRFCoordinatorV2Interface_Expecter) FilterProvingKeyDeregistered added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) FilterProvingKeyDeregistered(opts interface{}, oracle interface{}) *VRFCoordinatorV2Interface_FilterProvingKeyDeregistered_Call

FilterProvingKeyDeregistered is a helper method to define mock.On call

  • opts *bind.FilterOpts
  • oracle []common.Address

func (*VRFCoordinatorV2Interface_Expecter) FilterProvingKeyRegistered added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) FilterProvingKeyRegistered(opts interface{}, oracle interface{}) *VRFCoordinatorV2Interface_FilterProvingKeyRegistered_Call

FilterProvingKeyRegistered is a helper method to define mock.On call

  • opts *bind.FilterOpts
  • oracle []common.Address

func (*VRFCoordinatorV2Interface_Expecter) FilterRandomWordsFulfilled added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) FilterRandomWordsFulfilled(opts interface{}, requestId interface{}) *VRFCoordinatorV2Interface_FilterRandomWordsFulfilled_Call

FilterRandomWordsFulfilled is a helper method to define mock.On call

  • opts *bind.FilterOpts
  • requestId []*big.Int

func (*VRFCoordinatorV2Interface_Expecter) FilterRandomWordsRequested added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) FilterRandomWordsRequested(opts interface{}, keyHash interface{}, subId interface{}, sender interface{}) *VRFCoordinatorV2Interface_FilterRandomWordsRequested_Call

FilterRandomWordsRequested is a helper method to define mock.On call

  • opts *bind.FilterOpts
  • keyHash [][32]byte
  • subId []uint64
  • sender []common.Address

func (*VRFCoordinatorV2Interface_Expecter) FilterSubscriptionCanceled added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) FilterSubscriptionCanceled(opts interface{}, subId interface{}) *VRFCoordinatorV2Interface_FilterSubscriptionCanceled_Call

FilterSubscriptionCanceled is a helper method to define mock.On call

  • opts *bind.FilterOpts
  • subId []uint64

func (*VRFCoordinatorV2Interface_Expecter) FilterSubscriptionConsumerAdded added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) FilterSubscriptionConsumerAdded(opts interface{}, subId interface{}) *VRFCoordinatorV2Interface_FilterSubscriptionConsumerAdded_Call

FilterSubscriptionConsumerAdded is a helper method to define mock.On call

  • opts *bind.FilterOpts
  • subId []uint64

func (*VRFCoordinatorV2Interface_Expecter) FilterSubscriptionConsumerRemoved added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) FilterSubscriptionConsumerRemoved(opts interface{}, subId interface{}) *VRFCoordinatorV2Interface_FilterSubscriptionConsumerRemoved_Call

FilterSubscriptionConsumerRemoved is a helper method to define mock.On call

  • opts *bind.FilterOpts
  • subId []uint64

func (*VRFCoordinatorV2Interface_Expecter) FilterSubscriptionCreated added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) FilterSubscriptionCreated(opts interface{}, subId interface{}) *VRFCoordinatorV2Interface_FilterSubscriptionCreated_Call

FilterSubscriptionCreated is a helper method to define mock.On call

  • opts *bind.FilterOpts
  • subId []uint64

func (*VRFCoordinatorV2Interface_Expecter) FilterSubscriptionFunded added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) FilterSubscriptionFunded(opts interface{}, subId interface{}) *VRFCoordinatorV2Interface_FilterSubscriptionFunded_Call

FilterSubscriptionFunded is a helper method to define mock.On call

  • opts *bind.FilterOpts
  • subId []uint64

func (*VRFCoordinatorV2Interface_Expecter) FilterSubscriptionOwnerTransferRequested added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) FilterSubscriptionOwnerTransferRequested(opts interface{}, subId interface{}) *VRFCoordinatorV2Interface_FilterSubscriptionOwnerTransferRequested_Call

FilterSubscriptionOwnerTransferRequested is a helper method to define mock.On call

  • opts *bind.FilterOpts
  • subId []uint64

func (*VRFCoordinatorV2Interface_Expecter) FilterSubscriptionOwnerTransferred added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) FilterSubscriptionOwnerTransferred(opts interface{}, subId interface{}) *VRFCoordinatorV2Interface_FilterSubscriptionOwnerTransferred_Call

FilterSubscriptionOwnerTransferred is a helper method to define mock.On call

  • opts *bind.FilterOpts
  • subId []uint64

func (*VRFCoordinatorV2Interface_Expecter) FulfillRandomWords added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) FulfillRandomWords(opts interface{}, proof interface{}, rc interface{}) *VRFCoordinatorV2Interface_FulfillRandomWords_Call

FulfillRandomWords is a helper method to define mock.On call

  • opts *bind.TransactOpts
  • proof vrf_coordinator_v2.VRFProof
  • rc vrf_coordinator_v2.VRFCoordinatorV2RequestCommitment

func (*VRFCoordinatorV2Interface_Expecter) GetCommitment added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) GetCommitment(opts interface{}, requestId interface{}) *VRFCoordinatorV2Interface_GetCommitment_Call

GetCommitment is a helper method to define mock.On call

  • opts *bind.CallOpts
  • requestId *big.Int

func (*VRFCoordinatorV2Interface_Expecter) GetConfig added in v2.15.0

GetConfig is a helper method to define mock.On call

  • opts *bind.CallOpts

func (*VRFCoordinatorV2Interface_Expecter) GetCurrentSubId added in v2.15.0

GetCurrentSubId is a helper method to define mock.On call

  • opts *bind.CallOpts

GetFallbackWeiPerUnitLink is a helper method to define mock.On call

  • opts *bind.CallOpts

func (*VRFCoordinatorV2Interface_Expecter) GetFeeConfig added in v2.15.0

GetFeeConfig is a helper method to define mock.On call

  • opts *bind.CallOpts

func (*VRFCoordinatorV2Interface_Expecter) GetFeeTier added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) GetFeeTier(opts interface{}, reqCount interface{}) *VRFCoordinatorV2Interface_GetFeeTier_Call

GetFeeTier is a helper method to define mock.On call

  • opts *bind.CallOpts
  • reqCount uint64

func (*VRFCoordinatorV2Interface_Expecter) GetRequestConfig added in v2.15.0

GetRequestConfig is a helper method to define mock.On call

  • opts *bind.CallOpts

func (*VRFCoordinatorV2Interface_Expecter) GetSubscription added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) GetSubscription(opts interface{}, subId interface{}) *VRFCoordinatorV2Interface_GetSubscription_Call

GetSubscription is a helper method to define mock.On call

  • opts *bind.CallOpts
  • subId uint64

func (*VRFCoordinatorV2Interface_Expecter) GetTotalBalance added in v2.15.0

GetTotalBalance is a helper method to define mock.On call

  • opts *bind.CallOpts

func (*VRFCoordinatorV2Interface_Expecter) HashOfKey added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) HashOfKey(opts interface{}, publicKey interface{}) *VRFCoordinatorV2Interface_HashOfKey_Call

HashOfKey is a helper method to define mock.On call

  • opts *bind.CallOpts
  • publicKey [2]*big.Int

LINK is a helper method to define mock.On call

  • opts *bind.CallOpts

func (*VRFCoordinatorV2Interface_Expecter) LINKETHFEED added in v2.15.0

LINKETHFEED is a helper method to define mock.On call

  • opts *bind.CallOpts

func (*VRFCoordinatorV2Interface_Expecter) MAXCONSUMERS added in v2.15.0

MAXCONSUMERS is a helper method to define mock.On call

  • opts *bind.CallOpts

func (*VRFCoordinatorV2Interface_Expecter) MAXNUMWORDS added in v2.15.0

MAXNUMWORDS is a helper method to define mock.On call

  • opts *bind.CallOpts

func (*VRFCoordinatorV2Interface_Expecter) MAXREQUESTCONFIRMATIONS added in v2.15.0

MAXREQUESTCONFIRMATIONS is a helper method to define mock.On call

  • opts *bind.CallOpts

func (*VRFCoordinatorV2Interface_Expecter) OnTokenTransfer added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) OnTokenTransfer(opts interface{}, arg0 interface{}, amount interface{}, data interface{}) *VRFCoordinatorV2Interface_OnTokenTransfer_Call

OnTokenTransfer is a helper method to define mock.On call

  • opts *bind.TransactOpts
  • arg0 common.Address
  • amount *big.Int
  • data []byte

func (*VRFCoordinatorV2Interface_Expecter) OracleWithdraw added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) OracleWithdraw(opts interface{}, recipient interface{}, amount interface{}) *VRFCoordinatorV2Interface_OracleWithdraw_Call

OracleWithdraw is a helper method to define mock.On call

  • opts *bind.TransactOpts
  • recipient common.Address
  • amount *big.Int

func (*VRFCoordinatorV2Interface_Expecter) Owner added in v2.15.0

Owner is a helper method to define mock.On call

  • opts *bind.CallOpts

func (*VRFCoordinatorV2Interface_Expecter) OwnerCancelSubscription added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) OwnerCancelSubscription(opts interface{}, subId interface{}) *VRFCoordinatorV2Interface_OwnerCancelSubscription_Call

OwnerCancelSubscription is a helper method to define mock.On call

  • opts *bind.TransactOpts
  • subId uint64

func (*VRFCoordinatorV2Interface_Expecter) ParseConfigSet added in v2.15.0

ParseConfigSet is a helper method to define mock.On call

  • log types.Log

func (*VRFCoordinatorV2Interface_Expecter) ParseFundsRecovered added in v2.15.0

ParseFundsRecovered is a helper method to define mock.On call

  • log types.Log

func (*VRFCoordinatorV2Interface_Expecter) ParseLog added in v2.15.0

ParseLog is a helper method to define mock.On call

  • log types.Log

func (*VRFCoordinatorV2Interface_Expecter) ParseOwnershipTransferRequested added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) ParseOwnershipTransferRequested(log interface{}) *VRFCoordinatorV2Interface_ParseOwnershipTransferRequested_Call

ParseOwnershipTransferRequested is a helper method to define mock.On call

  • log types.Log

func (*VRFCoordinatorV2Interface_Expecter) ParseOwnershipTransferred added in v2.15.0

ParseOwnershipTransferred is a helper method to define mock.On call

  • log types.Log

func (*VRFCoordinatorV2Interface_Expecter) ParseProvingKeyDeregistered added in v2.15.0

ParseProvingKeyDeregistered is a helper method to define mock.On call

  • log types.Log

func (*VRFCoordinatorV2Interface_Expecter) ParseProvingKeyRegistered added in v2.15.0

ParseProvingKeyRegistered is a helper method to define mock.On call

  • log types.Log

func (*VRFCoordinatorV2Interface_Expecter) ParseRandomWordsFulfilled added in v2.15.0

ParseRandomWordsFulfilled is a helper method to define mock.On call

  • log types.Log

func (*VRFCoordinatorV2Interface_Expecter) ParseRandomWordsRequested added in v2.15.0

ParseRandomWordsRequested is a helper method to define mock.On call

  • log types.Log

func (*VRFCoordinatorV2Interface_Expecter) ParseSubscriptionCanceled added in v2.15.0

ParseSubscriptionCanceled is a helper method to define mock.On call

  • log types.Log

func (*VRFCoordinatorV2Interface_Expecter) ParseSubscriptionConsumerAdded added in v2.15.0

ParseSubscriptionConsumerAdded is a helper method to define mock.On call

  • log types.Log

func (*VRFCoordinatorV2Interface_Expecter) ParseSubscriptionConsumerRemoved added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) ParseSubscriptionConsumerRemoved(log interface{}) *VRFCoordinatorV2Interface_ParseSubscriptionConsumerRemoved_Call

ParseSubscriptionConsumerRemoved is a helper method to define mock.On call

  • log types.Log

func (*VRFCoordinatorV2Interface_Expecter) ParseSubscriptionCreated added in v2.15.0

ParseSubscriptionCreated is a helper method to define mock.On call

  • log types.Log

func (*VRFCoordinatorV2Interface_Expecter) ParseSubscriptionFunded added in v2.15.0

ParseSubscriptionFunded is a helper method to define mock.On call

  • log types.Log

func (*VRFCoordinatorV2Interface_Expecter) ParseSubscriptionOwnerTransferRequested added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) ParseSubscriptionOwnerTransferRequested(log interface{}) *VRFCoordinatorV2Interface_ParseSubscriptionOwnerTransferRequested_Call

ParseSubscriptionOwnerTransferRequested is a helper method to define mock.On call

  • log types.Log

func (*VRFCoordinatorV2Interface_Expecter) ParseSubscriptionOwnerTransferred added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) ParseSubscriptionOwnerTransferred(log interface{}) *VRFCoordinatorV2Interface_ParseSubscriptionOwnerTransferred_Call

ParseSubscriptionOwnerTransferred is a helper method to define mock.On call

  • log types.Log

func (*VRFCoordinatorV2Interface_Expecter) PendingRequestExists added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) PendingRequestExists(opts interface{}, subId interface{}) *VRFCoordinatorV2Interface_PendingRequestExists_Call

PendingRequestExists is a helper method to define mock.On call

  • opts *bind.CallOpts
  • subId uint64

func (*VRFCoordinatorV2Interface_Expecter) RecoverFunds added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) RecoverFunds(opts interface{}, to interface{}) *VRFCoordinatorV2Interface_RecoverFunds_Call

RecoverFunds is a helper method to define mock.On call

  • opts *bind.TransactOpts
  • to common.Address

func (*VRFCoordinatorV2Interface_Expecter) RegisterProvingKey added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) RegisterProvingKey(opts interface{}, oracle interface{}, publicProvingKey interface{}) *VRFCoordinatorV2Interface_RegisterProvingKey_Call

RegisterProvingKey is a helper method to define mock.On call

  • opts *bind.TransactOpts
  • oracle common.Address
  • publicProvingKey [2]*big.Int

func (*VRFCoordinatorV2Interface_Expecter) RemoveConsumer added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) RemoveConsumer(opts interface{}, subId interface{}, consumer interface{}) *VRFCoordinatorV2Interface_RemoveConsumer_Call

RemoveConsumer is a helper method to define mock.On call

  • opts *bind.TransactOpts
  • subId uint64
  • consumer common.Address

func (*VRFCoordinatorV2Interface_Expecter) RequestRandomWords added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) RequestRandomWords(opts interface{}, keyHash interface{}, subId interface{}, requestConfirmations interface{}, callbackGasLimit interface{}, numWords interface{}) *VRFCoordinatorV2Interface_RequestRandomWords_Call

RequestRandomWords is a helper method to define mock.On call

  • opts *bind.TransactOpts
  • keyHash [32]byte
  • subId uint64
  • requestConfirmations uint16
  • callbackGasLimit uint32
  • numWords uint32

func (*VRFCoordinatorV2Interface_Expecter) RequestSubscriptionOwnerTransfer added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) RequestSubscriptionOwnerTransfer(opts interface{}, subId interface{}, newOwner interface{}) *VRFCoordinatorV2Interface_RequestSubscriptionOwnerTransfer_Call

RequestSubscriptionOwnerTransfer is a helper method to define mock.On call

  • opts *bind.TransactOpts
  • subId uint64
  • newOwner common.Address

func (*VRFCoordinatorV2Interface_Expecter) SetConfig added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) SetConfig(opts interface{}, minimumRequestConfirmations interface{}, maxGasLimit interface{}, stalenessSeconds interface{}, gasAfterPaymentCalculation interface{}, fallbackWeiPerUnitLink interface{}, feeConfig interface{}) *VRFCoordinatorV2Interface_SetConfig_Call

SetConfig is a helper method to define mock.On call

  • opts *bind.TransactOpts
  • minimumRequestConfirmations uint16
  • maxGasLimit uint32
  • stalenessSeconds uint32
  • gasAfterPaymentCalculation uint32
  • fallbackWeiPerUnitLink *big.Int
  • feeConfig vrf_coordinator_v2.VRFCoordinatorV2FeeConfig

func (*VRFCoordinatorV2Interface_Expecter) TransferOwnership added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) TransferOwnership(opts interface{}, to interface{}) *VRFCoordinatorV2Interface_TransferOwnership_Call

TransferOwnership is a helper method to define mock.On call

  • opts *bind.TransactOpts
  • to common.Address

func (*VRFCoordinatorV2Interface_Expecter) TypeAndVersion added in v2.15.0

TypeAndVersion is a helper method to define mock.On call

  • opts *bind.CallOpts

func (*VRFCoordinatorV2Interface_Expecter) WatchConfigSet added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) WatchConfigSet(opts interface{}, sink interface{}) *VRFCoordinatorV2Interface_WatchConfigSet_Call

WatchConfigSet is a helper method to define mock.On call

  • opts *bind.WatchOpts
  • sink chan<- *vrf_coordinator_v2.VRFCoordinatorV2ConfigSet

func (*VRFCoordinatorV2Interface_Expecter) WatchFundsRecovered added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) WatchFundsRecovered(opts interface{}, sink interface{}) *VRFCoordinatorV2Interface_WatchFundsRecovered_Call

WatchFundsRecovered is a helper method to define mock.On call

  • opts *bind.WatchOpts
  • sink chan<- *vrf_coordinator_v2.VRFCoordinatorV2FundsRecovered

func (*VRFCoordinatorV2Interface_Expecter) WatchOwnershipTransferRequested added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) WatchOwnershipTransferRequested(opts interface{}, sink interface{}, from interface{}, to interface{}) *VRFCoordinatorV2Interface_WatchOwnershipTransferRequested_Call

WatchOwnershipTransferRequested is a helper method to define mock.On call

  • opts *bind.WatchOpts
  • sink chan<- *vrf_coordinator_v2.VRFCoordinatorV2OwnershipTransferRequested
  • from []common.Address
  • to []common.Address

func (*VRFCoordinatorV2Interface_Expecter) WatchOwnershipTransferred added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) WatchOwnershipTransferred(opts interface{}, sink interface{}, from interface{}, to interface{}) *VRFCoordinatorV2Interface_WatchOwnershipTransferred_Call

WatchOwnershipTransferred is a helper method to define mock.On call

  • opts *bind.WatchOpts
  • sink chan<- *vrf_coordinator_v2.VRFCoordinatorV2OwnershipTransferred
  • from []common.Address
  • to []common.Address

func (*VRFCoordinatorV2Interface_Expecter) WatchProvingKeyDeregistered added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) WatchProvingKeyDeregistered(opts interface{}, sink interface{}, oracle interface{}) *VRFCoordinatorV2Interface_WatchProvingKeyDeregistered_Call

WatchProvingKeyDeregistered is a helper method to define mock.On call

  • opts *bind.WatchOpts
  • sink chan<- *vrf_coordinator_v2.VRFCoordinatorV2ProvingKeyDeregistered
  • oracle []common.Address

func (*VRFCoordinatorV2Interface_Expecter) WatchProvingKeyRegistered added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) WatchProvingKeyRegistered(opts interface{}, sink interface{}, oracle interface{}) *VRFCoordinatorV2Interface_WatchProvingKeyRegistered_Call

WatchProvingKeyRegistered is a helper method to define mock.On call

  • opts *bind.WatchOpts
  • sink chan<- *vrf_coordinator_v2.VRFCoordinatorV2ProvingKeyRegistered
  • oracle []common.Address

func (*VRFCoordinatorV2Interface_Expecter) WatchRandomWordsFulfilled added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) WatchRandomWordsFulfilled(opts interface{}, sink interface{}, requestId interface{}) *VRFCoordinatorV2Interface_WatchRandomWordsFulfilled_Call

WatchRandomWordsFulfilled is a helper method to define mock.On call

  • opts *bind.WatchOpts
  • sink chan<- *vrf_coordinator_v2.VRFCoordinatorV2RandomWordsFulfilled
  • requestId []*big.Int

func (*VRFCoordinatorV2Interface_Expecter) WatchRandomWordsRequested added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) WatchRandomWordsRequested(opts interface{}, sink interface{}, keyHash interface{}, subId interface{}, sender interface{}) *VRFCoordinatorV2Interface_WatchRandomWordsRequested_Call

WatchRandomWordsRequested is a helper method to define mock.On call

  • opts *bind.WatchOpts
  • sink chan<- *vrf_coordinator_v2.VRFCoordinatorV2RandomWordsRequested
  • keyHash [][32]byte
  • subId []uint64
  • sender []common.Address

func (*VRFCoordinatorV2Interface_Expecter) WatchSubscriptionCanceled added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) WatchSubscriptionCanceled(opts interface{}, sink interface{}, subId interface{}) *VRFCoordinatorV2Interface_WatchSubscriptionCanceled_Call

WatchSubscriptionCanceled is a helper method to define mock.On call

  • opts *bind.WatchOpts
  • sink chan<- *vrf_coordinator_v2.VRFCoordinatorV2SubscriptionCanceled
  • subId []uint64

func (*VRFCoordinatorV2Interface_Expecter) WatchSubscriptionConsumerAdded added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) WatchSubscriptionConsumerAdded(opts interface{}, sink interface{}, subId interface{}) *VRFCoordinatorV2Interface_WatchSubscriptionConsumerAdded_Call

WatchSubscriptionConsumerAdded is a helper method to define mock.On call

  • opts *bind.WatchOpts
  • sink chan<- *vrf_coordinator_v2.VRFCoordinatorV2SubscriptionConsumerAdded
  • subId []uint64

func (*VRFCoordinatorV2Interface_Expecter) WatchSubscriptionConsumerRemoved added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) WatchSubscriptionConsumerRemoved(opts interface{}, sink interface{}, subId interface{}) *VRFCoordinatorV2Interface_WatchSubscriptionConsumerRemoved_Call

WatchSubscriptionConsumerRemoved is a helper method to define mock.On call

  • opts *bind.WatchOpts
  • sink chan<- *vrf_coordinator_v2.VRFCoordinatorV2SubscriptionConsumerRemoved
  • subId []uint64

func (*VRFCoordinatorV2Interface_Expecter) WatchSubscriptionCreated added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) WatchSubscriptionCreated(opts interface{}, sink interface{}, subId interface{}) *VRFCoordinatorV2Interface_WatchSubscriptionCreated_Call

WatchSubscriptionCreated is a helper method to define mock.On call

  • opts *bind.WatchOpts
  • sink chan<- *vrf_coordinator_v2.VRFCoordinatorV2SubscriptionCreated
  • subId []uint64

func (*VRFCoordinatorV2Interface_Expecter) WatchSubscriptionFunded added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) WatchSubscriptionFunded(opts interface{}, sink interface{}, subId interface{}) *VRFCoordinatorV2Interface_WatchSubscriptionFunded_Call

WatchSubscriptionFunded is a helper method to define mock.On call

  • opts *bind.WatchOpts
  • sink chan<- *vrf_coordinator_v2.VRFCoordinatorV2SubscriptionFunded
  • subId []uint64

func (*VRFCoordinatorV2Interface_Expecter) WatchSubscriptionOwnerTransferRequested added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) WatchSubscriptionOwnerTransferRequested(opts interface{}, sink interface{}, subId interface{}) *VRFCoordinatorV2Interface_WatchSubscriptionOwnerTransferRequested_Call

WatchSubscriptionOwnerTransferRequested is a helper method to define mock.On call

  • opts *bind.WatchOpts
  • sink chan<- *vrf_coordinator_v2.VRFCoordinatorV2SubscriptionOwnerTransferRequested
  • subId []uint64

func (*VRFCoordinatorV2Interface_Expecter) WatchSubscriptionOwnerTransferred added in v2.15.0

func (_e *VRFCoordinatorV2Interface_Expecter) WatchSubscriptionOwnerTransferred(opts interface{}, sink interface{}, subId interface{}) *VRFCoordinatorV2Interface_WatchSubscriptionOwnerTransferred_Call

WatchSubscriptionOwnerTransferred is a helper method to define mock.On call

  • opts *bind.WatchOpts
  • sink chan<- *vrf_coordinator_v2.VRFCoordinatorV2SubscriptionOwnerTransferred
  • subId []uint64

type VRFCoordinatorV2Interface_FilterConfigSet_Call added in v2.15.0

type VRFCoordinatorV2Interface_FilterConfigSet_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_FilterConfigSet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FilterConfigSet'

func (*VRFCoordinatorV2Interface_FilterConfigSet_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_FilterConfigSet_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_FilterConfigSet_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_FilterFundsRecovered_Call added in v2.15.0

type VRFCoordinatorV2Interface_FilterFundsRecovered_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_FilterFundsRecovered_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FilterFundsRecovered'

func (*VRFCoordinatorV2Interface_FilterFundsRecovered_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_FilterFundsRecovered_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_FilterFundsRecovered_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_FilterOwnershipTransferRequested_Call added in v2.15.0

type VRFCoordinatorV2Interface_FilterOwnershipTransferRequested_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_FilterOwnershipTransferRequested_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FilterOwnershipTransferRequested'

func (*VRFCoordinatorV2Interface_FilterOwnershipTransferRequested_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_FilterOwnershipTransferred_Call added in v2.15.0

type VRFCoordinatorV2Interface_FilterOwnershipTransferred_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_FilterOwnershipTransferred_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FilterOwnershipTransferred'

func (*VRFCoordinatorV2Interface_FilterOwnershipTransferred_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_FilterProvingKeyDeregistered_Call added in v2.15.0

type VRFCoordinatorV2Interface_FilterProvingKeyDeregistered_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_FilterProvingKeyDeregistered_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FilterProvingKeyDeregistered'

func (*VRFCoordinatorV2Interface_FilterProvingKeyDeregistered_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_FilterProvingKeyRegistered_Call added in v2.15.0

type VRFCoordinatorV2Interface_FilterProvingKeyRegistered_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_FilterProvingKeyRegistered_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FilterProvingKeyRegistered'

func (*VRFCoordinatorV2Interface_FilterProvingKeyRegistered_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_FilterRandomWordsFulfilled_Call added in v2.15.0

type VRFCoordinatorV2Interface_FilterRandomWordsFulfilled_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_FilterRandomWordsFulfilled_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FilterRandomWordsFulfilled'

func (*VRFCoordinatorV2Interface_FilterRandomWordsFulfilled_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_FilterRandomWordsRequested_Call added in v2.15.0

type VRFCoordinatorV2Interface_FilterRandomWordsRequested_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_FilterRandomWordsRequested_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FilterRandomWordsRequested'

func (*VRFCoordinatorV2Interface_FilterRandomWordsRequested_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_FilterSubscriptionCanceled_Call added in v2.15.0

type VRFCoordinatorV2Interface_FilterSubscriptionCanceled_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_FilterSubscriptionCanceled_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FilterSubscriptionCanceled'

func (*VRFCoordinatorV2Interface_FilterSubscriptionCanceled_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_FilterSubscriptionConsumerAdded_Call added in v2.15.0

type VRFCoordinatorV2Interface_FilterSubscriptionConsumerAdded_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_FilterSubscriptionConsumerAdded_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FilterSubscriptionConsumerAdded'

func (*VRFCoordinatorV2Interface_FilterSubscriptionConsumerAdded_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_FilterSubscriptionConsumerRemoved_Call added in v2.15.0

type VRFCoordinatorV2Interface_FilterSubscriptionConsumerRemoved_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_FilterSubscriptionConsumerRemoved_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FilterSubscriptionConsumerRemoved'

func (*VRFCoordinatorV2Interface_FilterSubscriptionConsumerRemoved_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_FilterSubscriptionCreated_Call added in v2.15.0

type VRFCoordinatorV2Interface_FilterSubscriptionCreated_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_FilterSubscriptionCreated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FilterSubscriptionCreated'

func (*VRFCoordinatorV2Interface_FilterSubscriptionCreated_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_FilterSubscriptionFunded_Call added in v2.15.0

type VRFCoordinatorV2Interface_FilterSubscriptionFunded_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_FilterSubscriptionFunded_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FilterSubscriptionFunded'

func (*VRFCoordinatorV2Interface_FilterSubscriptionFunded_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_FilterSubscriptionOwnerTransferRequested_Call added in v2.15.0

type VRFCoordinatorV2Interface_FilterSubscriptionOwnerTransferRequested_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_FilterSubscriptionOwnerTransferRequested_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FilterSubscriptionOwnerTransferRequested'

func (*VRFCoordinatorV2Interface_FilterSubscriptionOwnerTransferRequested_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_FilterSubscriptionOwnerTransferred_Call added in v2.15.0

type VRFCoordinatorV2Interface_FilterSubscriptionOwnerTransferred_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_FilterSubscriptionOwnerTransferred_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FilterSubscriptionOwnerTransferred'

func (*VRFCoordinatorV2Interface_FilterSubscriptionOwnerTransferred_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_FulfillRandomWords_Call added in v2.15.0

type VRFCoordinatorV2Interface_FulfillRandomWords_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_FulfillRandomWords_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FulfillRandomWords'

func (*VRFCoordinatorV2Interface_FulfillRandomWords_Call) Return added in v2.15.0

type VRFCoordinatorV2Interface_GetCommitment_Call added in v2.15.0

type VRFCoordinatorV2Interface_GetCommitment_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_GetCommitment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCommitment'

func (*VRFCoordinatorV2Interface_GetCommitment_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_GetCommitment_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_GetCommitment_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_GetConfig_Call added in v2.15.0

type VRFCoordinatorV2Interface_GetConfig_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_GetConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetConfig'

func (*VRFCoordinatorV2Interface_GetConfig_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_GetConfig_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_GetConfig_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_GetCurrentSubId_Call added in v2.15.0

type VRFCoordinatorV2Interface_GetCurrentSubId_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_GetCurrentSubId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCurrentSubId'

func (*VRFCoordinatorV2Interface_GetCurrentSubId_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_GetCurrentSubId_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_GetCurrentSubId_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_GetFallbackWeiPerUnitLink_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_GetFallbackWeiPerUnitLink_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFallbackWeiPerUnitLink'

type VRFCoordinatorV2Interface_GetFeeConfig_Call added in v2.15.0

type VRFCoordinatorV2Interface_GetFeeConfig_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_GetFeeConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFeeConfig'

func (*VRFCoordinatorV2Interface_GetFeeConfig_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_GetFeeConfig_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_GetFeeConfig_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_GetFeeTier_Call added in v2.15.0

type VRFCoordinatorV2Interface_GetFeeTier_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_GetFeeTier_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFeeTier'

func (*VRFCoordinatorV2Interface_GetFeeTier_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_GetFeeTier_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_GetFeeTier_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_GetRequestConfig_Call added in v2.15.0

type VRFCoordinatorV2Interface_GetRequestConfig_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_GetRequestConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetRequestConfig'

func (*VRFCoordinatorV2Interface_GetRequestConfig_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_GetRequestConfig_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_GetRequestConfig_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_GetSubscription_Call added in v2.15.0

type VRFCoordinatorV2Interface_GetSubscription_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_GetSubscription_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSubscription'

func (*VRFCoordinatorV2Interface_GetSubscription_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_GetSubscription_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_GetSubscription_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_GetTotalBalance_Call added in v2.15.0

type VRFCoordinatorV2Interface_GetTotalBalance_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_GetTotalBalance_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTotalBalance'

func (*VRFCoordinatorV2Interface_GetTotalBalance_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_GetTotalBalance_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_GetTotalBalance_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_HashOfKey_Call added in v2.15.0

type VRFCoordinatorV2Interface_HashOfKey_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_HashOfKey_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HashOfKey'

func (*VRFCoordinatorV2Interface_HashOfKey_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_HashOfKey_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_HashOfKey_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_LINKETHFEED_Call added in v2.15.0

type VRFCoordinatorV2Interface_LINKETHFEED_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_LINKETHFEED_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LINKETHFEED'

func (*VRFCoordinatorV2Interface_LINKETHFEED_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_LINKETHFEED_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_LINKETHFEED_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_LINK_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_LINK_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LINK'

type VRFCoordinatorV2Interface_MAXCONSUMERS_Call added in v2.15.0

type VRFCoordinatorV2Interface_MAXCONSUMERS_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_MAXCONSUMERS_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MAXCONSUMERS'

func (*VRFCoordinatorV2Interface_MAXCONSUMERS_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_MAXCONSUMERS_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_MAXCONSUMERS_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_MAXNUMWORDS_Call added in v2.15.0

type VRFCoordinatorV2Interface_MAXNUMWORDS_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_MAXNUMWORDS_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MAXNUMWORDS'

func (*VRFCoordinatorV2Interface_MAXNUMWORDS_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_MAXNUMWORDS_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_MAXNUMWORDS_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_MAXREQUESTCONFIRMATIONS_Call added in v2.15.0

type VRFCoordinatorV2Interface_MAXREQUESTCONFIRMATIONS_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_MAXREQUESTCONFIRMATIONS_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MAXREQUESTCONFIRMATIONS'

func (*VRFCoordinatorV2Interface_MAXREQUESTCONFIRMATIONS_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_MAXREQUESTCONFIRMATIONS_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_MAXREQUESTCONFIRMATIONS_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_OnTokenTransfer_Call added in v2.15.0

type VRFCoordinatorV2Interface_OnTokenTransfer_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_OnTokenTransfer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'OnTokenTransfer'

func (*VRFCoordinatorV2Interface_OnTokenTransfer_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_OnTokenTransfer_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_OnTokenTransfer_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_OracleWithdraw_Call added in v2.15.0

type VRFCoordinatorV2Interface_OracleWithdraw_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_OracleWithdraw_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'OracleWithdraw'

func (*VRFCoordinatorV2Interface_OracleWithdraw_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_OracleWithdraw_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_OracleWithdraw_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_OwnerCancelSubscription_Call added in v2.15.0

type VRFCoordinatorV2Interface_OwnerCancelSubscription_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_OwnerCancelSubscription_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'OwnerCancelSubscription'

func (*VRFCoordinatorV2Interface_OwnerCancelSubscription_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_OwnerCancelSubscription_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_OwnerCancelSubscription_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_Owner_Call added in v2.15.0

type VRFCoordinatorV2Interface_Owner_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_Owner_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Owner'

func (*VRFCoordinatorV2Interface_Owner_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_Owner_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_Owner_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_ParseConfigSet_Call added in v2.15.0

type VRFCoordinatorV2Interface_ParseConfigSet_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_ParseConfigSet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ParseConfigSet'

func (*VRFCoordinatorV2Interface_ParseConfigSet_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_ParseConfigSet_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_ParseConfigSet_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_ParseFundsRecovered_Call added in v2.15.0

type VRFCoordinatorV2Interface_ParseFundsRecovered_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_ParseFundsRecovered_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ParseFundsRecovered'

func (*VRFCoordinatorV2Interface_ParseFundsRecovered_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_ParseFundsRecovered_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_ParseFundsRecovered_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_ParseLog_Call added in v2.15.0

type VRFCoordinatorV2Interface_ParseLog_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_ParseLog_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ParseLog'

func (*VRFCoordinatorV2Interface_ParseLog_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_ParseLog_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_ParseLog_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_ParseOwnershipTransferRequested_Call added in v2.15.0

type VRFCoordinatorV2Interface_ParseOwnershipTransferRequested_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_ParseOwnershipTransferRequested_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ParseOwnershipTransferRequested'

func (*VRFCoordinatorV2Interface_ParseOwnershipTransferRequested_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_ParseOwnershipTransferred_Call added in v2.15.0

type VRFCoordinatorV2Interface_ParseOwnershipTransferred_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_ParseOwnershipTransferred_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ParseOwnershipTransferred'

func (*VRFCoordinatorV2Interface_ParseOwnershipTransferred_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_ParseOwnershipTransferred_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_ParseOwnershipTransferred_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_ParseProvingKeyDeregistered_Call added in v2.15.0

type VRFCoordinatorV2Interface_ParseProvingKeyDeregistered_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_ParseProvingKeyDeregistered_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ParseProvingKeyDeregistered'

func (*VRFCoordinatorV2Interface_ParseProvingKeyDeregistered_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_ParseProvingKeyDeregistered_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_ParseProvingKeyRegistered_Call added in v2.15.0

type VRFCoordinatorV2Interface_ParseProvingKeyRegistered_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_ParseProvingKeyRegistered_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ParseProvingKeyRegistered'

func (*VRFCoordinatorV2Interface_ParseProvingKeyRegistered_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_ParseProvingKeyRegistered_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_ParseProvingKeyRegistered_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_ParseRandomWordsFulfilled_Call added in v2.15.0

type VRFCoordinatorV2Interface_ParseRandomWordsFulfilled_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_ParseRandomWordsFulfilled_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ParseRandomWordsFulfilled'

func (*VRFCoordinatorV2Interface_ParseRandomWordsFulfilled_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_ParseRandomWordsFulfilled_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_ParseRandomWordsFulfilled_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_ParseRandomWordsRequested_Call added in v2.15.0

type VRFCoordinatorV2Interface_ParseRandomWordsRequested_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_ParseRandomWordsRequested_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ParseRandomWordsRequested'

func (*VRFCoordinatorV2Interface_ParseRandomWordsRequested_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_ParseRandomWordsRequested_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_ParseRandomWordsRequested_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_ParseSubscriptionCanceled_Call added in v2.15.0

type VRFCoordinatorV2Interface_ParseSubscriptionCanceled_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_ParseSubscriptionCanceled_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ParseSubscriptionCanceled'

func (*VRFCoordinatorV2Interface_ParseSubscriptionCanceled_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_ParseSubscriptionCanceled_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_ParseSubscriptionCanceled_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_ParseSubscriptionConsumerAdded_Call added in v2.15.0

type VRFCoordinatorV2Interface_ParseSubscriptionConsumerAdded_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_ParseSubscriptionConsumerAdded_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ParseSubscriptionConsumerAdded'

func (*VRFCoordinatorV2Interface_ParseSubscriptionConsumerAdded_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_ParseSubscriptionConsumerRemoved_Call added in v2.15.0

type VRFCoordinatorV2Interface_ParseSubscriptionConsumerRemoved_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_ParseSubscriptionConsumerRemoved_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ParseSubscriptionConsumerRemoved'

func (*VRFCoordinatorV2Interface_ParseSubscriptionConsumerRemoved_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_ParseSubscriptionCreated_Call added in v2.15.0

type VRFCoordinatorV2Interface_ParseSubscriptionCreated_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_ParseSubscriptionCreated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ParseSubscriptionCreated'

func (*VRFCoordinatorV2Interface_ParseSubscriptionCreated_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_ParseSubscriptionCreated_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_ParseSubscriptionCreated_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_ParseSubscriptionFunded_Call added in v2.15.0

type VRFCoordinatorV2Interface_ParseSubscriptionFunded_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_ParseSubscriptionFunded_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ParseSubscriptionFunded'

func (*VRFCoordinatorV2Interface_ParseSubscriptionFunded_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_ParseSubscriptionFunded_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_ParseSubscriptionFunded_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_ParseSubscriptionOwnerTransferRequested_Call added in v2.15.0

type VRFCoordinatorV2Interface_ParseSubscriptionOwnerTransferRequested_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_ParseSubscriptionOwnerTransferRequested_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ParseSubscriptionOwnerTransferRequested'

func (*VRFCoordinatorV2Interface_ParseSubscriptionOwnerTransferRequested_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_ParseSubscriptionOwnerTransferred_Call added in v2.15.0

type VRFCoordinatorV2Interface_ParseSubscriptionOwnerTransferred_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_ParseSubscriptionOwnerTransferred_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ParseSubscriptionOwnerTransferred'

func (*VRFCoordinatorV2Interface_ParseSubscriptionOwnerTransferred_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_PendingRequestExists_Call added in v2.15.0

type VRFCoordinatorV2Interface_PendingRequestExists_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_PendingRequestExists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PendingRequestExists'

func (*VRFCoordinatorV2Interface_PendingRequestExists_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_PendingRequestExists_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_PendingRequestExists_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_RecoverFunds_Call added in v2.15.0

type VRFCoordinatorV2Interface_RecoverFunds_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_RecoverFunds_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RecoverFunds'

func (*VRFCoordinatorV2Interface_RecoverFunds_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_RecoverFunds_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_RecoverFunds_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_RegisterProvingKey_Call added in v2.15.0

type VRFCoordinatorV2Interface_RegisterProvingKey_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_RegisterProvingKey_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RegisterProvingKey'

func (*VRFCoordinatorV2Interface_RegisterProvingKey_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_RegisterProvingKey_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_RegisterProvingKey_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_RemoveConsumer_Call added in v2.15.0

type VRFCoordinatorV2Interface_RemoveConsumer_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_RemoveConsumer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveConsumer'

func (*VRFCoordinatorV2Interface_RemoveConsumer_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_RemoveConsumer_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_RemoveConsumer_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_RequestRandomWords_Call added in v2.15.0

type VRFCoordinatorV2Interface_RequestRandomWords_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_RequestRandomWords_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RequestRandomWords'

func (*VRFCoordinatorV2Interface_RequestRandomWords_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_RequestRandomWords_Call) Run added in v2.15.0

func (_c *VRFCoordinatorV2Interface_RequestRandomWords_Call) Run(run func(opts *bind.TransactOpts, keyHash [32]byte, subId uint64, requestConfirmations uint16, callbackGasLimit uint32, numWords uint32)) *VRFCoordinatorV2Interface_RequestRandomWords_Call

func (*VRFCoordinatorV2Interface_RequestRandomWords_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_RequestSubscriptionOwnerTransfer_Call added in v2.15.0

type VRFCoordinatorV2Interface_RequestSubscriptionOwnerTransfer_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_RequestSubscriptionOwnerTransfer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RequestSubscriptionOwnerTransfer'

func (*VRFCoordinatorV2Interface_RequestSubscriptionOwnerTransfer_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_RequestSubscriptionOwnerTransfer_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_RequestSubscriptionOwnerTransfer_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_SetConfig_Call added in v2.15.0

type VRFCoordinatorV2Interface_SetConfig_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_SetConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetConfig'

func (*VRFCoordinatorV2Interface_SetConfig_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_SetConfig_Call) Run added in v2.15.0

func (_c *VRFCoordinatorV2Interface_SetConfig_Call) Run(run func(opts *bind.TransactOpts, minimumRequestConfirmations uint16, maxGasLimit uint32, stalenessSeconds uint32, gasAfterPaymentCalculation uint32, fallbackWeiPerUnitLink *big.Int, feeConfig vrf_coordinator_v2.VRFCoordinatorV2FeeConfig)) *VRFCoordinatorV2Interface_SetConfig_Call

type VRFCoordinatorV2Interface_TransferOwnership_Call added in v2.15.0

type VRFCoordinatorV2Interface_TransferOwnership_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_TransferOwnership_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TransferOwnership'

func (*VRFCoordinatorV2Interface_TransferOwnership_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_TransferOwnership_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_TransferOwnership_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_TypeAndVersion_Call added in v2.15.0

type VRFCoordinatorV2Interface_TypeAndVersion_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_TypeAndVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TypeAndVersion'

func (*VRFCoordinatorV2Interface_TypeAndVersion_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_TypeAndVersion_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_TypeAndVersion_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_WatchConfigSet_Call added in v2.15.0

type VRFCoordinatorV2Interface_WatchConfigSet_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_WatchConfigSet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WatchConfigSet'

func (*VRFCoordinatorV2Interface_WatchConfigSet_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_WatchConfigSet_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_WatchConfigSet_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_WatchFundsRecovered_Call added in v2.15.0

type VRFCoordinatorV2Interface_WatchFundsRecovered_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_WatchFundsRecovered_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WatchFundsRecovered'

func (*VRFCoordinatorV2Interface_WatchFundsRecovered_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_WatchFundsRecovered_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_WatchFundsRecovered_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_WatchOwnershipTransferRequested_Call added in v2.15.0

type VRFCoordinatorV2Interface_WatchOwnershipTransferRequested_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_WatchOwnershipTransferRequested_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WatchOwnershipTransferRequested'

func (*VRFCoordinatorV2Interface_WatchOwnershipTransferRequested_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_WatchOwnershipTransferRequested_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_WatchOwnershipTransferred_Call added in v2.15.0

type VRFCoordinatorV2Interface_WatchOwnershipTransferred_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_WatchOwnershipTransferred_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WatchOwnershipTransferred'

func (*VRFCoordinatorV2Interface_WatchOwnershipTransferred_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_WatchOwnershipTransferred_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_WatchProvingKeyDeregistered_Call added in v2.15.0

type VRFCoordinatorV2Interface_WatchProvingKeyDeregistered_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_WatchProvingKeyDeregistered_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WatchProvingKeyDeregistered'

func (*VRFCoordinatorV2Interface_WatchProvingKeyDeregistered_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_WatchProvingKeyDeregistered_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_WatchProvingKeyRegistered_Call added in v2.15.0

type VRFCoordinatorV2Interface_WatchProvingKeyRegistered_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_WatchProvingKeyRegistered_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WatchProvingKeyRegistered'

func (*VRFCoordinatorV2Interface_WatchProvingKeyRegistered_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_WatchProvingKeyRegistered_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_WatchRandomWordsFulfilled_Call added in v2.15.0

type VRFCoordinatorV2Interface_WatchRandomWordsFulfilled_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_WatchRandomWordsFulfilled_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WatchRandomWordsFulfilled'

func (*VRFCoordinatorV2Interface_WatchRandomWordsFulfilled_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_WatchRandomWordsFulfilled_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_WatchRandomWordsFulfilled_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_WatchRandomWordsRequested_Call added in v2.15.0

type VRFCoordinatorV2Interface_WatchRandomWordsRequested_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_WatchRandomWordsRequested_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WatchRandomWordsRequested'

func (*VRFCoordinatorV2Interface_WatchRandomWordsRequested_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_WatchRandomWordsRequested_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_WatchRandomWordsRequested_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_WatchSubscriptionCanceled_Call added in v2.15.0

type VRFCoordinatorV2Interface_WatchSubscriptionCanceled_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_WatchSubscriptionCanceled_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WatchSubscriptionCanceled'

func (*VRFCoordinatorV2Interface_WatchSubscriptionCanceled_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_WatchSubscriptionCanceled_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_WatchSubscriptionConsumerAdded_Call added in v2.15.0

type VRFCoordinatorV2Interface_WatchSubscriptionConsumerAdded_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_WatchSubscriptionConsumerAdded_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WatchSubscriptionConsumerAdded'

func (*VRFCoordinatorV2Interface_WatchSubscriptionConsumerAdded_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_WatchSubscriptionConsumerAdded_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_WatchSubscriptionConsumerRemoved_Call added in v2.15.0

type VRFCoordinatorV2Interface_WatchSubscriptionConsumerRemoved_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_WatchSubscriptionConsumerRemoved_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WatchSubscriptionConsumerRemoved'

func (*VRFCoordinatorV2Interface_WatchSubscriptionConsumerRemoved_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_WatchSubscriptionConsumerRemoved_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_WatchSubscriptionCreated_Call added in v2.15.0

type VRFCoordinatorV2Interface_WatchSubscriptionCreated_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_WatchSubscriptionCreated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WatchSubscriptionCreated'

func (*VRFCoordinatorV2Interface_WatchSubscriptionCreated_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_WatchSubscriptionCreated_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_WatchSubscriptionCreated_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_WatchSubscriptionFunded_Call added in v2.15.0

type VRFCoordinatorV2Interface_WatchSubscriptionFunded_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_WatchSubscriptionFunded_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WatchSubscriptionFunded'

func (*VRFCoordinatorV2Interface_WatchSubscriptionFunded_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_WatchSubscriptionFunded_Call) Run added in v2.15.0

func (*VRFCoordinatorV2Interface_WatchSubscriptionFunded_Call) RunAndReturn added in v2.15.0

type VRFCoordinatorV2Interface_WatchSubscriptionOwnerTransferRequested_Call added in v2.15.0

type VRFCoordinatorV2Interface_WatchSubscriptionOwnerTransferRequested_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_WatchSubscriptionOwnerTransferRequested_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WatchSubscriptionOwnerTransferRequested'

func (*VRFCoordinatorV2Interface_WatchSubscriptionOwnerTransferRequested_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_WatchSubscriptionOwnerTransferRequested_Call) Run added in v2.15.0

type VRFCoordinatorV2Interface_WatchSubscriptionOwnerTransferred_Call added in v2.15.0

type VRFCoordinatorV2Interface_WatchSubscriptionOwnerTransferred_Call struct {
	*mock.Call
}

VRFCoordinatorV2Interface_WatchSubscriptionOwnerTransferred_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WatchSubscriptionOwnerTransferred'

func (*VRFCoordinatorV2Interface_WatchSubscriptionOwnerTransferred_Call) Return added in v2.15.0

func (*VRFCoordinatorV2Interface_WatchSubscriptionOwnerTransferred_Call) Run added in v2.15.0

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL