# Functions
No description provided by the author
No description provided by the author
No description provided by the author
Return an in-memory consumer keeper, context, controller, and mocks, given a test instance and parameters.
GetMocksForCreateConsumerClient returns mock expectations needed to call CreateConsumerClient().
GetMocksForDeleteConsumerChain returns mock expectations needed to call `DeleteConsumerChain`.
No description provided by the author
GetMocksForMakeConsumerGenesis returns mock expectations needed to call MakeConsumerGenesis().
No description provided by the author
GetMocksForSetConsumerChain returns mock expectations needed to call SetConsumerChain().
No description provided by the author
Obtains a CrossChainValidator with a newly generated key, and randomized field values.
Obtains slash packet data with a newly generated key, and randomized field values.
Returns an in-memory provider keeper, context, controller, and mocks, given a test instance and parameters.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Must panics if err is not nil, otherwise returns v.
NewInMemConsumerKeeper instantiates an in-mem consumer keeper from params and mocked keepers.
NewInMemKeeperParams instantiates in-memory keeper params with default values.
NewInMemProviderKeeper instantiates an in-mem provider keeper from params and mocked keepers.
NewMockAccountKeeper creates a new mock instance.
NewMockBankKeeper creates a new mock instance.
NewMockChannelKeeper creates a new mock instance.
NewMockClientKeeper creates a new mock instance.
NewMockConnectionKeeper creates a new mock instance.
NewMockConsumerHooks creates a new mock instance.
NewMockDistributionKeeper creates a new mock instance.
NewMockedKeepers instantiates a struct with pointers to properly instantiated mocked keepers.
NewMockIBCCoreKeeper creates a new mock instance.
NewMockIBCTransferKeeper creates a new mock instance.
NewMockPortKeeper creates a new mock instance.
NewMockScopedKeeper creates a new mock instance.
NewMockSlashingKeeper creates a new mock instance.
NewMockStakingKeeper creates a new mock instance.
SetupForDeleteConsumerChain registers expected mock calls and corresponding state setup which assert that a consumer chain was properly setup to be later deleted with `DeleteConsumerChain`.
SetupMocksForLastBondedValidatorsExpectation sets up the expectation for the `GetBondedValidatorsByPower` and `MaxValidators` methods of the `mockStakingKeeper` object.
TestProviderStateIsCleanedAfterConsumerChainIsDeleted executes test assertions for the provider's state being cleaned after a deleted consumer chain.
# Structs
Parameters needed to instantiate an in-memory keeper.
MockAccountKeeper is a mock of AccountKeeper interface.
MockAccountKeeperMockRecorder is the mock recorder for MockAccountKeeper.
MockBankKeeper is a mock of BankKeeper interface.
MockBankKeeperMockRecorder is the mock recorder for MockBankKeeper.
MockChannelKeeper is a mock of ChannelKeeper interface.
MockChannelKeeperMockRecorder is the mock recorder for MockChannelKeeper.
MockClientKeeper is a mock of ClientKeeper interface.
MockClientKeeperMockRecorder is the mock recorder for MockClientKeeper.
MockConnectionKeeper is a mock of ConnectionKeeper interface.
MockConnectionKeeperMockRecorder is the mock recorder for MockConnectionKeeper.
MockConsumerHooks is a mock of ConsumerHooks interface.
MockConsumerHooksMockRecorder is the mock recorder for MockConsumerHooks.
MockDistributionKeeper is a mock of DistributionKeeper interface.
MockDistributionKeeperMockRecorder is the mock recorder for MockDistributionKeeper.
A struct holding pointers to any mocked external keeper needed for provider/consumer keeper setup.
MockIBCCoreKeeper is a mock of IBCCoreKeeper interface.
MockIBCCoreKeeperMockRecorder is the mock recorder for MockIBCCoreKeeper.
MockIBCTransferKeeper is a mock of IBCTransferKeeper interface.
MockIBCTransferKeeperMockRecorder is the mock recorder for MockIBCTransferKeeper.
MockPortKeeper is a mock of PortKeeper interface.
MockPortKeeperMockRecorder is the mock recorder for MockPortKeeper.
MockScopedKeeper is a mock of ScopedKeeper interface.
MockScopedKeeperMockRecorder is the mock recorder for MockScopedKeeper.
MockSlashingKeeper is a mock of SlashingKeeper interface.
MockSlashingKeeperMockRecorder is the mock recorder for MockSlashingKeeper.
MockStakingKeeper is a mock of StakingKeeper interface.
MockStakingKeeperMockRecorder is the mock recorder for MockStakingKeeper.
No description provided by the author