Versions in this module Expand all Collapse all v1 v1.137.2 Nov 5, 2024 v1.137.1 Oct 24, 2024 Changes in this version + const ActiveVault + const AsgardName + const BondName + const ModuleName + const NodeActive + const RUNEPoolName + const ReserveName + const RouterKey + const StoreKey + const TreasuryName + var GetRandomBech32Addr = types.GetRandomBech32Addr + var GetRandomPubKey = types.GetRandomPubKey + var GetRandomTxHash = types.GetRandomTxHash + var GetRandomValidatorNode = types.GetRandomValidatorNode + var GetRandomVault = types.GetRandomVault + var ModuleCdc = types.ModuleCdc + var NewJail = types.NewJail + var NewPool = types.NewPool + var RegisterCodec = types.RegisterCodec + type AffiliateFeeCollector = types.AffiliateFeeCollector + type BanVoter = types.BanVoter + type BondProvider = types.BondProvider + type BondProviders = types.BondProviders + type ChainContract = types.ChainContract + type DummyIterator struct + func NewDummyIterator() *DummyIterator + func (iter *DummyIterator) AddItem(key, value []byte) + func (iter *DummyIterator) Close() error + func (iter *DummyIterator) Domain() (start, end []byte) + func (iter *DummyIterator) Error() error + func (iter *DummyIterator) Key() []byte + func (iter *DummyIterator) Next() + func (iter *DummyIterator) Valid() bool + func (iter *DummyIterator) Value() []byte + type ErrataTxVoter = types.ErrataTxVoter + type Jail = types.Jail + type KVStoreDummy struct + func (k KVStoreDummy) AccountKeeper() authkeeper.AccountKeeper + func (k KVStoreDummy) AddBondFeeToReserve(_ cosmos.Context, _ cosmos.Uint) error + func (k KVStoreDummy) AddCoins(ctx cosmos.Context, _ cosmos.AccAddress, coins cosmos.Coins) error + func (k KVStoreDummy) AddObservingAddresses(_ cosmos.Context, _ []cosmos.AccAddress) error + func (k KVStoreDummy) AddPoolFeeToReserve(_ cosmos.Context, _ cosmos.Uint) error + func (k KVStoreDummy) AddToLiquidityFees(_ cosmos.Context, _ common.Asset, _ cosmos.Uint) error + func (k KVStoreDummy) AddToOutboundFeeSpentRune(ctx cosmos.Context, outAsset common.Asset, spent cosmos.Uint) error + func (k KVStoreDummy) AddToOutboundFeeWithheldRune(ctx cosmos.Context, outAsset common.Asset, withheld cosmos.Uint) error + func (k KVStoreDummy) AddToSwapSlip(ctx cosmos.Context, asset common.Asset, amt cosmos.Int) error + func (k KVStoreDummy) AnchorMedian(ctx cosmos.Context, assets []common.Asset) cosmos.Uint + func (k KVStoreDummy) AppendTxOut(_ cosmos.Context, _ int64, _ TxOutItem) error + func (k KVStoreDummy) ApproveUpgrade(ctx cosmos.Context, addr cosmos.AccAddress, name string) + func (k KVStoreDummy) BurnFromModule(ctx cosmos.Context, module string, coin common.Coin) error + func (k KVStoreDummy) Cdc() codec.BinaryCodec + func (k KVStoreDummy) ClearObservingAddresses(_ cosmos.Context) + func (k KVStoreDummy) ClearTxOut(_ cosmos.Context, _ int64) error + func (k KVStoreDummy) ClearUpgradePlan(ctx cosmos.Context) + func (k KVStoreDummy) CoinKeeper() bankkeeper.Keeper + func (k KVStoreDummy) DecNodeAccountSlashPoints(_ cosmos.Context, _ cosmos.AccAddress, _ int64) error + func (k KVStoreDummy) DeductNativeTxFeeFromAccount(ctx cosmos.Context, acctAddr cosmos.AccAddress) error + func (k KVStoreDummy) DeductNativeTxFeeFromBond(ctx cosmos.Context, nodeAddr cosmos.AccAddress) error + func (k KVStoreDummy) DeleteKey(_ cosmos.Context, _ string) + func (k KVStoreDummy) DeleteMimir(_ cosmos.Context, key string) error + func (k KVStoreDummy) DeleteNodeMimirs(_ cosmos.Context, key string) + func (k KVStoreDummy) DeletePoolRagnarokStart(ctx cosmos.Context, asset common.Asset) + func (k KVStoreDummy) DeletePoolSwapSlip(ctx cosmos.Context, height int64, asset common.Asset) + func (k KVStoreDummy) DeleteTHORName(ctx cosmos.Context, _ string) error + func (k KVStoreDummy) DeleteVault(_ cosmos.Context, _ common.PubKey) error + func (k KVStoreDummy) DollarConfigInRune(ctx cosmos.Context, key constants.ConstantName) cosmos.Uint + func (k KVStoreDummy) DollarsPerRune(ctx cosmos.Context) cosmos.Uint + func (k KVStoreDummy) EnableAPool(_ cosmos.Context) + func (k KVStoreDummy) EnsureNodeKeysUnique(_ cosmos.Context, _ string, _ common.PubKeySet) error + func (k KVStoreDummy) FindPubKeyOfAddress(_ cosmos.Context, _ common.Address, _ common.Chain) (common.PubKey, error) + func (k KVStoreDummy) ForceSetLastChainHeight(_ cosmos.Context, _ common.Chain, _ int64) + func (k KVStoreDummy) ForceSetLastObserveHeight(ctx cosmos.Context, chain common.Chain, address cosmos.AccAddress, ...) + func (k KVStoreDummy) GetAccount(ctx cosmos.Context, addr cosmos.AccAddress) cosmos.Account + func (k KVStoreDummy) GetAffiliateCollector(_ cosmos.Context, _ cosmos.AccAddress) (AffiliateFeeCollector, error) + func (k KVStoreDummy) GetAffiliateCollectorIterator(_ cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetAffiliateCollectors(_ cosmos.Context) ([]AffiliateFeeCollector, error) + func (k KVStoreDummy) GetAnchors(ctx cosmos.Context, asset common.Asset) []common.Asset + func (k KVStoreDummy) GetAsgardVaults(_ cosmos.Context) (Vaults, error) + func (k KVStoreDummy) GetAsgardVaultsByStatus(_ cosmos.Context, _ VaultStatus) (Vaults, error) + func (k KVStoreDummy) GetBalance(ctx cosmos.Context, addr cosmos.AccAddress) cosmos.Coins + func (k KVStoreDummy) GetBalanceOfModule(ctx cosmos.Context, moduleName, denom string) cosmos.Uint + func (k KVStoreDummy) GetBanVoter(_ cosmos.Context, _ cosmos.AccAddress) (BanVoter, error) + func (k KVStoreDummy) GetBanVoterIterator(ctx cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetBondProviders(ctx cosmos.Context, _ cosmos.AccAddress) (BondProviders, error) + func (k KVStoreDummy) GetChainContract(ctx cosmos.Context, chain common.Chain) (ChainContract, error) + func (k KVStoreDummy) GetChainContractIterator(ctx cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetChainContracts(ctx cosmos.Context, chains common.Chains) []ChainContract + func (k KVStoreDummy) GetChains(_ cosmos.Context) (common.Chains, error) + func (k KVStoreDummy) GetConfigInt64(ctx cosmos.Context, key constants.ConstantName) int64 + func (k KVStoreDummy) GetConstants() constants.ConstantValues + func (k KVStoreDummy) GetCurrentRollup(ctx cosmos.Context, asset common.Asset) (int64, error) + func (k KVStoreDummy) GetErrataTxVoter(_ cosmos.Context, _ common.TxID, _ common.Chain) (ErrataTxVoter, error) + func (k KVStoreDummy) GetErrataTxVoterIterator(_ cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetGas(_ cosmos.Context, _ common.Asset) ([]cosmos.Uint, error) + func (k KVStoreDummy) GetGasIterator(ctx cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetKey(prefix kvTypes.DbPrefix, key string) string + func (k KVStoreDummy) GetKeygenBlock(_ cosmos.Context, _ int64) (KeygenBlock, error) + func (k KVStoreDummy) GetKeygenBlockIterator(_ cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetLastChainHeight(_ cosmos.Context, _ common.Chain) (int64, error) + func (k KVStoreDummy) GetLastChainHeights(ctx cosmos.Context) (map[common.Chain]int64, error) + func (k KVStoreDummy) GetLastObserveHeight(ctx cosmos.Context, address cosmos.AccAddress) (map[common.Chain]int64, error) + func (k KVStoreDummy) GetLastSignedHeight(_ cosmos.Context) (int64, error) + func (k KVStoreDummy) GetLatestTssKeysignMetric(_ cosmos.Context) (*TssKeysignMetric, error) + func (k KVStoreDummy) GetLeastSecure(_ cosmos.Context, _ Vaults, _ int64) Vault + func (k KVStoreDummy) GetLiquidityProvider(_ cosmos.Context, _ common.Asset, _ common.Address) (LiquidityProvider, error) + func (k KVStoreDummy) GetLiquidityProviderIterator(_ cosmos.Context, _ common.Asset) cosmos.Iterator + func (k KVStoreDummy) GetLoan(ctx cosmos.Context, asset common.Asset, addr common.Address) (Loan, error) + func (k KVStoreDummy) GetLoanIterator(ctx cosmos.Context, _ common.Asset) cosmos.Iterator + func (k KVStoreDummy) GetLongRollup(ctx cosmos.Context, asset common.Asset) (int64, error) + func (k KVStoreDummy) GetLowestActiveVersion(_ cosmos.Context) semver.Version + func (k KVStoreDummy) GetMimir(_ cosmos.Context, key string) (int64, error) + func (k KVStoreDummy) GetMimirIterator(ctx cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetMimirWithRef(_ cosmos.Context, template, key string) (int64, error) + func (k KVStoreDummy) GetMinJoinLast(ctx cosmos.Context) (semver.Version, int64) + func (k KVStoreDummy) GetMinJoinVersion(_ cosmos.Context) semver.Version + func (k KVStoreDummy) GetModuleAccAddress(module string) cosmos.AccAddress + func (k KVStoreDummy) GetModuleAddress(module string) (common.Address, error) + func (k KVStoreDummy) GetMostSecure(_ cosmos.Context, _ Vaults, _ int64) Vault + func (k KVStoreDummy) GetMostSecureStrict(_ cosmos.Context, _ Vaults, _ int64) Vault + func (k KVStoreDummy) GetNativeTxFee(ctx cosmos.Context) cosmos.Uint + func (k KVStoreDummy) GetNetwork(_ cosmos.Context) (Network, error) + func (k KVStoreDummy) GetNetworkFee(ctx cosmos.Context, chain common.Chain) (NetworkFee, error) + func (k KVStoreDummy) GetNetworkFeeIterator(ctx cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetNodeAccount(_ cosmos.Context, _ cosmos.AccAddress) (NodeAccount, error) + func (k KVStoreDummy) GetNodeAccountByPubKey(_ cosmos.Context, _ common.PubKey) (NodeAccount, error) + func (k KVStoreDummy) GetNodeAccountIterator(_ cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetNodeAccountJail(ctx cosmos.Context, addr cosmos.AccAddress) (Jail, error) + func (k KVStoreDummy) GetNodeAccountSlashPoints(_ cosmos.Context, _ cosmos.AccAddress) (int64, error) + func (k KVStoreDummy) GetNodeMimirIterator(ctx cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetNodeMimirs(ctx cosmos.Context, key string) (NodeMimirs, error) + func (k KVStoreDummy) GetNodePauseChain(ctx cosmos.Context, acc cosmos.AccAddress) int64 + func (k KVStoreDummy) GetObservedLink(ctx cosmos.Context, inhash common.TxID) []common.TxID + func (k KVStoreDummy) GetObservedNetworkFeeVoter(ctx cosmos.Context, height int64, chain common.Chain, rate, size int64) (ObservedNetworkFeeVoter, error) + func (k KVStoreDummy) GetObservedNetworkFeeVoterIterator(ctx cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetObservedTxInVoter(_ cosmos.Context, _ common.TxID) (ObservedTxVoter, error) + func (k KVStoreDummy) GetObservedTxInVoterIterator(_ cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetObservedTxOutVoter(_ cosmos.Context, _ common.TxID) (ObservedTxVoter, error) + func (k KVStoreDummy) GetObservedTxOutVoterIterator(_ cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetObservingAddresses(_ cosmos.Context) ([]cosmos.AccAddress, error) + func (k KVStoreDummy) GetOrderBookIndex(_ cosmos.Context, _ MsgSwap) (common.TxIDs, error) + func (k KVStoreDummy) GetOrderBookIndexIterator(_ cosmos.Context, _ types.OrderType, _, _ common.Asset) cosmos.Iterator + func (k KVStoreDummy) GetOrderBookItem(ctx cosmos.Context, txID common.TxID) (MsgSwap, error) + func (k KVStoreDummy) GetOrderBookItemIterator(ctx cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetOrderBookProcessor(ctx cosmos.Context) ([]bool, error) + func (k KVStoreDummy) GetOutboundFeeSpentRune(ctx cosmos.Context, outAsset common.Asset) (cosmos.Uint, error) + func (k KVStoreDummy) GetOutboundFeeSpentRuneIterator(ctx cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetOutboundFeeWithheldRune(ctx cosmos.Context, outAsset common.Asset) (cosmos.Uint, error) + func (k KVStoreDummy) GetOutboundFeeWithheldRuneIterator(ctx cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetOutboundTxFee(ctx cosmos.Context) cosmos.Uint + func (k KVStoreDummy) GetPOL(_ cosmos.Context) (ProtocolOwnedLiquidity, error) + func (k KVStoreDummy) GetPendingOutbounds(_ cosmos.Context, _ common.Asset) []TxOutItem + func (k KVStoreDummy) GetPool(_ cosmos.Context, _ common.Asset) (Pool, error) + func (k KVStoreDummy) GetPoolBalances(_ cosmos.Context, _, _ common.Asset) (cosmos.Uint, cosmos.Uint) + func (k KVStoreDummy) GetPoolDataIterator(_ cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetPoolIterator(_ cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetPoolLUVI(ctx cosmos.Context, asset common.Asset) (cosmos.Uint, error) + func (k KVStoreDummy) GetPoolLiquidityFees(_ cosmos.Context, _ uint64, _ common.Asset) (cosmos.Uint, error) + func (k KVStoreDummy) GetPoolRagnarokStart(ctx cosmos.Context, asset common.Asset) (int64, error) + func (k KVStoreDummy) GetPoolSwapSlip(ctx cosmos.Context, height int64, asset common.Asset) (cosmos.Int, error) + func (k KVStoreDummy) GetPools(_ cosmos.Context) (Pools, error) + func (k KVStoreDummy) GetProposedUpgrade(ctx cosmos.Context, name string) (*Upgrade, error) + func (k KVStoreDummy) GetRUNEPool(ctx cosmos.Context) (RUNEPool, error) + func (k KVStoreDummy) GetRUNEProvider(ctx cosmos.Context, addr cosmos.AccAddress) (RUNEProvider, error) + func (k KVStoreDummy) GetRUNEProviderIterator(ctx cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetRagnarokBlockHeight(_ cosmos.Context) (int64, error) + func (k KVStoreDummy) GetRagnarokNth(_ cosmos.Context) (int64, error) + func (k KVStoreDummy) GetRagnarokPending(_ cosmos.Context) (int64, error) + func (k KVStoreDummy) GetRagnarokWithdrawPosition(ctx cosmos.Context) (RagnarokWithdrawPosition, error) + func (k KVStoreDummy) GetRollingPoolLiquidityFee(ctx cosmos.Context, asset common.Asset) (uint64, error) + func (k KVStoreDummy) GetRollupCount(ctx cosmos.Context, asset common.Asset) (int64, error) + func (k KVStoreDummy) GetRuneBalanceOfModule(ctx cosmos.Context, moduleName string) cosmos.Uint + func (k KVStoreDummy) GetSolvencyVoter(_ cosmos.Context, _ common.TxID, _ common.Chain) (SolvencyVoter, error) + func (k KVStoreDummy) GetStoreVersion(ctx cosmos.Context) int64 + func (k KVStoreDummy) GetStreamingSwap(ctx cosmos.Context, _ common.TxID) (StreamingSwap, error) + func (k KVStoreDummy) GetStreamingSwapIterator(ctx cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetSwapQueueItem(ctx cosmos.Context, txID common.TxID, _ int) (MsgSwap, error) + func (k KVStoreDummy) GetSwapQueueIterator(ctx cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetSwapSlipSnapShot(ctx cosmos.Context, asset common.Asset, height int64) (int64, error) + func (k KVStoreDummy) GetSwapSlipSnapShotIterator(ctx cosmos.Context, asset common.Asset) cosmos.Iterator + func (k KVStoreDummy) GetSwapperClout(ctx cosmos.Context, addr common.Address) (SwapperClout, error) + func (k KVStoreDummy) GetSwapperCloutIterator(ctx cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetTHORName(ctx cosmos.Context, _ string) (THORName, error) + func (k KVStoreDummy) GetTHORNameIterator(ctx cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetTHORNamePerBlockFee(ctx cosmos.Context) cosmos.Uint + func (k KVStoreDummy) GetTHORNameRegisterFee(ctx cosmos.Context) cosmos.Uint + func (k KVStoreDummy) GetTOIsValue(_ cosmos.Context, _ ...TxOutItem) (cosmos.Uint, cosmos.Uint) + func (k KVStoreDummy) GetTotalCollateral(_ cosmos.Context, _ common.Asset) (cosmos.Uint, error) + func (k KVStoreDummy) GetTotalLiquidityFees(_ cosmos.Context, _ uint64) (cosmos.Uint, error) + func (k KVStoreDummy) GetTotalSupply(ctx cosmos.Context, asset common.Asset) cosmos.Uint + func (k KVStoreDummy) GetTradeAccount(ctx cosmos.Context, addr cosmos.AccAddress, asset common.Asset) (TradeAccount, error) + func (k KVStoreDummy) GetTradeAccountIterator(ctx cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetTradeAccountIteratorWithAddress(ctx cosmos.Context, addr cosmos.AccAddress) cosmos.Iterator + func (k KVStoreDummy) GetTradeUnit(ctx cosmos.Context, asset common.Asset) (TradeUnit, error) + func (k KVStoreDummy) GetTradeUnitIterator(ctx cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetTssKeygenMetric(_ cosmos.Context, key common.PubKey) (*TssKeygenMetric, error) + func (k KVStoreDummy) GetTssKeysignFailVoter(_ cosmos.Context, _ string) (TssKeysignFailVoter, error) + func (k KVStoreDummy) GetTssKeysignFailVoterIterator(_ cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetTssKeysignMetric(_ cosmos.Context, txID common.TxID) (*TssKeysignMetric, error) + func (k KVStoreDummy) GetTssVoter(_ cosmos.Context, _ string) (TssVoter, error) + func (k KVStoreDummy) GetTssVoterIterator(_ cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetTxOut(_ cosmos.Context, _ int64) (*TxOut, error) + func (k KVStoreDummy) GetTxOutIterator(_ cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetTxOutValue(_ cosmos.Context, _ int64) (cosmos.Uint, cosmos.Uint, error) + func (k KVStoreDummy) GetUpgradePlan(ctx cosmos.Context) (upgradetypes.Plan, bool) + func (k KVStoreDummy) GetUpgradeProposalIterator(_ cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetUpgradeVoteIterator(_ cosmos.Context, _ string) cosmos.Iterator + func (k KVStoreDummy) GetVault(_ cosmos.Context, _ common.PubKey) (Vault, error) + func (k KVStoreDummy) GetVaultIterator(_ cosmos.Context) cosmos.Iterator + func (k KVStoreDummy) GetVersion() semver.Version + func (k KVStoreDummy) GetVersionWithCtx(ctx cosmos.Context) (semver.Version, bool) + func (k KVStoreDummy) HasCoins(ctx cosmos.Context, addr cosmos.AccAddress, coins cosmos.Coins) bool + func (k KVStoreDummy) HasOrderBookIndex(_ cosmos.Context, _ MsgSwap) (bool, error) + func (k KVStoreDummy) HasOrderBookItem(ctx cosmos.Context, txID common.TxID) bool + func (k KVStoreDummy) HasSwapQueueItem(ctx cosmos.Context, txID common.TxID, _ int) bool + func (k KVStoreDummy) HasValidVaultPools(_ cosmos.Context) (bool, error) + func (k KVStoreDummy) IncNodeAccountSlashPoints(_ cosmos.Context, _ cosmos.AccAddress, _ int64) error + func (k KVStoreDummy) InvariantRoutes() []common.InvariantRoute + func (k KVStoreDummy) IsChainHalted(ctx cosmos.Context, chain common.Chain) bool + func (k KVStoreDummy) IsChainTradingHalted(ctx cosmos.Context, chain common.Chain) bool + func (k KVStoreDummy) IsGlobalTradingHalted(ctx cosmos.Context) bool + func (k KVStoreDummy) IsLPPaused(ctx cosmos.Context, chain common.Chain) bool + func (k KVStoreDummy) IsOperationalMimir(key string) bool + func (k KVStoreDummy) IsRagnarok(ctx cosmos.Context, assets []common.Asset) bool + func (k KVStoreDummy) IsTradingHalt(ctx cosmos.Context, msg cosmos.Msg) bool + func (k KVStoreDummy) ListActiveValidators(_ cosmos.Context) (NodeAccounts, error) + func (k KVStoreDummy) ListValidatorsByStatus(_ cosmos.Context, _ NodeStatus) (NodeAccounts, error) + func (k KVStoreDummy) ListValidatorsWithBond(_ cosmos.Context) (NodeAccounts, error) + func (k KVStoreDummy) Logger(ctx cosmos.Context) log.Logger + func (k KVStoreDummy) MintAndSendToAccount(ctx cosmos.Context, to cosmos.AccAddress, coin common.Coin) error + func (k KVStoreDummy) MintToModule(ctx cosmos.Context, module string, coin common.Coin) error + func (k KVStoreDummy) OrderBooksEnabled(ctx cosmos.Context) bool + func (k KVStoreDummy) PoolExist(_ cosmos.Context, _ common.Asset) bool + func (k KVStoreDummy) ProposeUpgrade(ctx cosmos.Context, name string, upgrade Upgrade) error + func (k KVStoreDummy) PurgeOperationalNodeMimirs(_ cosmos.Context) + func (k KVStoreDummy) RagnarokAccount(ctx cosmos.Context, addr cosmos.AccAddress) + func (k KVStoreDummy) RagnarokInProgress(_ cosmos.Context) bool + func (k KVStoreDummy) RejectUpgrade(ctx cosmos.Context, addr cosmos.AccAddress, name string) + func (k KVStoreDummy) ReleaseNodeAccountFromJail(ctx cosmos.Context, addr cosmos.AccAddress) error + func (k KVStoreDummy) RemoveExpiredUpgradeProposals(_ cosmos.Context) error + func (k KVStoreDummy) RemoveFromAsgardIndex(ctx cosmos.Context, pubkey common.PubKey) error + func (k KVStoreDummy) RemoveLiquidityProvider(_ cosmos.Context, _ LiquidityProvider) + func (k KVStoreDummy) RemoveLoan(ctx cosmos.Context, _ Loan) + func (k KVStoreDummy) RemoveLowBondValidatorAccounts(ctx cosmos.Context) error + func (k KVStoreDummy) RemoveOrderBookIndex(_ cosmos.Context, _ MsgSwap) error + func (k KVStoreDummy) RemoveOrderBookItem(ctx cosmos.Context, _ common.TxID) error + func (k KVStoreDummy) RemovePool(_ cosmos.Context, _ common.Asset) + func (k KVStoreDummy) RemoveRUNEProvider(ctx cosmos.Context, rp RUNEProvider) + func (k KVStoreDummy) RemoveStreamingSwap(ctx cosmos.Context, _ common.TxID) + func (k KVStoreDummy) RemoveSwapQueueItem(ctx cosmos.Context, _ common.TxID, _ int) + func (k KVStoreDummy) RemoveTradeAccount(ctx cosmos.Context, record TradeAccount) + func (k KVStoreDummy) ResetNodeAccountSlashPoints(_ cosmos.Context, _ cosmos.AccAddress) + func (k KVStoreDummy) ResetRollingPoolLiquidityFee(ctx cosmos.Context, asset common.Asset) + func (k KVStoreDummy) RollupSwapSlip(ctx cosmos.Context, blockCount int64, _ common.Asset) (cosmos.Int, error) + func (k KVStoreDummy) RunePerDollar(ctx cosmos.Context) cosmos.Uint + func (k KVStoreDummy) SaveNetworkFee(ctx cosmos.Context, chain common.Chain, networkFee NetworkFee) error + func (k KVStoreDummy) ScheduleUpgrade(ctx cosmos.Context, plan upgradetypes.Plan) error + func (k KVStoreDummy) SendCoins(ctx cosmos.Context, from, to cosmos.AccAddress, coins cosmos.Coins) error + func (k KVStoreDummy) SendFromAccountToModule(ctx cosmos.Context, from cosmos.AccAddress, to string, coins common.Coins) error + func (k KVStoreDummy) SendFromModuleToAccount(ctx cosmos.Context, from string, to cosmos.AccAddress, coins common.Coins) error + func (k KVStoreDummy) SendFromModuleToModule(ctx cosmos.Context, from, to string, coins common.Coins) error + func (k KVStoreDummy) SetAffiliateCollector(_ cosmos.Context, _ AffiliateFeeCollector) + func (k KVStoreDummy) SetBanVoter(_ cosmos.Context, _ BanVoter) + func (k KVStoreDummy) SetBondProviders(ctx cosmos.Context, _ BondProviders) error + func (k KVStoreDummy) SetChainContract(ctx cosmos.Context, cc ChainContract) + func (k KVStoreDummy) SetChains(_ cosmos.Context, _ common.Chains) + func (k KVStoreDummy) SetCurrentRollup(ctx cosmos.Context, asset common.Asset, val int64) + func (k KVStoreDummy) SetErrataTxVoter(_ cosmos.Context, _ ErrataTxVoter) + func (k KVStoreDummy) SetGas(_ cosmos.Context, _ common.Asset, _ []cosmos.Uint) + func (k KVStoreDummy) SetKeygenBlock(_ cosmos.Context, _ KeygenBlock) + func (k KVStoreDummy) SetLastChainHeight(_ cosmos.Context, _ common.Chain, _ int64) error + func (k KVStoreDummy) SetLastObserveHeight(ctx cosmos.Context, chain common.Chain, address cosmos.AccAddress, ...) error + func (k KVStoreDummy) SetLastSignedHeight(_ cosmos.Context, _ int64) error + func (k KVStoreDummy) SetLiquidityProvider(_ cosmos.Context, _ LiquidityProvider) + func (k KVStoreDummy) SetLoan(ctx cosmos.Context, _ Loan) + func (k KVStoreDummy) SetLongRollup(ctx cosmos.Context, asset common.Asset, slip int64) + func (k KVStoreDummy) SetMimir(_ cosmos.Context, key string, value int64) + func (k KVStoreDummy) SetMinJoinLast(ctx cosmos.Context) + func (k KVStoreDummy) SetNetwork(_ cosmos.Context, _ Network) error + func (k KVStoreDummy) SetNodeAccount(_ cosmos.Context, _ NodeAccount) error + func (k KVStoreDummy) SetNodeAccountJail(ctx cosmos.Context, addr cosmos.AccAddress, height int64, reason string) error + func (k KVStoreDummy) SetNodeAccountSlashPoints(_ cosmos.Context, _ cosmos.AccAddress, _ int64) + func (k KVStoreDummy) SetNodeMimir(_ cosmos.Context, key string, value int64, acc cosmos.AccAddress) error + func (k KVStoreDummy) SetNodePauseChain(ctx cosmos.Context, acc cosmos.AccAddress) + func (k KVStoreDummy) SetObservedLink(ctx cosmos.Context, _, _ common.TxID) + func (k KVStoreDummy) SetObservedNetworkFeeVoter(ctx cosmos.Context, networkFeeVoter ObservedNetworkFeeVoter) + func (k KVStoreDummy) SetObservedTxInVoter(_ cosmos.Context, _ ObservedTxVoter) + func (k KVStoreDummy) SetObservedTxOutVoter(_ cosmos.Context, _ ObservedTxVoter) + func (k KVStoreDummy) SetOrderBookIndex(_ cosmos.Context, _ MsgSwap) error + func (k KVStoreDummy) SetOrderBookItem(ctx cosmos.Context, msg MsgSwap) error + func (k KVStoreDummy) SetOrderBookProcessor(ctx cosmos.Context, record []bool) error + func (k KVStoreDummy) SetPOL(_ cosmos.Context, _ ProtocolOwnedLiquidity) error + func (k KVStoreDummy) SetPool(_ cosmos.Context, _ Pool) error + func (k KVStoreDummy) SetPoolData(_ cosmos.Context, _ common.Asset, _ PoolStatus) + func (k KVStoreDummy) SetPoolLUVI(ctx cosmos.Context, asset common.Asset, luvi cosmos.Uint) + func (k KVStoreDummy) SetPoolRagnarokStart(ctx cosmos.Context, asset common.Asset) + func (k KVStoreDummy) SetRUNEPool(ctx cosmos.Context, rp RUNEPool) + func (k KVStoreDummy) SetRUNEProvider(ctx cosmos.Context, rp RUNEProvider) + func (k KVStoreDummy) SetRagnarokBlockHeight(_ cosmos.Context, _ int64) + func (k KVStoreDummy) SetRagnarokNth(_ cosmos.Context, _ int64) + func (k KVStoreDummy) SetRagnarokPending(_ cosmos.Context, _ int64) + func (k KVStoreDummy) SetRagnarokWithdrawPosition(_tx cosmos.Context, _ RagnarokWithdrawPosition) + func (k KVStoreDummy) SetSolvencyVoter(_ cosmos.Context, _ SolvencyVoter) + func (k KVStoreDummy) SetStoreVersion(ctx cosmos.Context, ver int64) + func (k KVStoreDummy) SetStreamingSwap(ctx cosmos.Context, _ StreamingSwap) + func (k KVStoreDummy) SetSwapQueueItem(ctx cosmos.Context, msg MsgSwap, i int) error + func (k KVStoreDummy) SetSwapSlipSnapShot(ctx cosmos.Context, asset common.Asset, height, currRollup int64) + func (k KVStoreDummy) SetSwapperClout(ctx cosmos.Context, record SwapperClout) error + func (k KVStoreDummy) SetTHORName(ctx cosmos.Context, name THORName) + func (k KVStoreDummy) SetTotalCollateral(_ cosmos.Context, _ common.Asset, _ cosmos.Uint) + func (k KVStoreDummy) SetTradeAccount(ctx cosmos.Context, record TradeAccount) + func (k KVStoreDummy) SetTradeUnit(ctx cosmos.Context, unit TradeUnit) + func (k KVStoreDummy) SetTssKeygenMetric(_ cosmos.Context, metric *TssKeygenMetric) + func (k KVStoreDummy) SetTssKeysignFailVoter(_ cosmos.Context, tss TssKeysignFailVoter) + func (k KVStoreDummy) SetTssKeysignMetric(_ cosmos.Context, metric *TssKeysignMetric) + func (k KVStoreDummy) SetTssVoter(_ cosmos.Context, _ TssVoter) + func (k KVStoreDummy) SetTxOut(_ cosmos.Context, _ *TxOut) error + func (k KVStoreDummy) SetVault(_ cosmos.Context, _ Vault) error + func (k KVStoreDummy) SetVersionWithCtx(ctx cosmos.Context, v semver.Version) + func (k KVStoreDummy) SortBySecurity(_ cosmos.Context, _ Vaults, _ int64) Vaults + func (k KVStoreDummy) StreamingSwapExists(ctx cosmos.Context, _ common.TxID) bool + func (k KVStoreDummy) THORNameExists(ctx cosmos.Context, _ string) bool + func (k KVStoreDummy) TotalActiveValidators(_ cosmos.Context) (int, error) + func (k KVStoreDummy) VaultExists(_ cosmos.Context, _ common.PubKey) bool + type Keeper interface + AddCoins func(ctx cosmos.Context, addr cosmos.AccAddress, coins cosmos.Coins) error + BurnFromModule func(ctx cosmos.Context, module string, coin common.Coin) error + Cdc func() codec.BinaryCodec + DeductNativeTxFeeFromAccount func(ctx cosmos.Context, acctAddr cosmos.AccAddress) error + DeleteKey func(ctx cosmos.Context, key string) + DollarConfigInRune func(ctx cosmos.Context, key constants.ConstantName) cosmos.Uint + GetAccount func(ctx cosmos.Context, addr cosmos.AccAddress) cosmos.Account + GetBalance func(ctx cosmos.Context, addr cosmos.AccAddress) cosmos.Coins + GetBalanceOfModule func(ctx cosmos.Context, moduleName, denom string) cosmos.Uint + GetConfigInt64 func(ctx cosmos.Context, key constants.ConstantName) int64 + GetConstants func() constants.ConstantValues + GetKey func(prefix kvTypes.DbPrefix, key string) string + GetMinJoinLast func(ctx cosmos.Context) (semver.Version, int64) + GetModuleAccAddress func(module string) cosmos.AccAddress + GetModuleAddress func(module string) (common.Address, error) + GetNativeTxFee func(ctx cosmos.Context) cosmos.Uint + GetRuneBalanceOfModule func(ctx cosmos.Context, moduleName string) cosmos.Uint + GetStoreVersion func(ctx cosmos.Context) int64 + GetTHORNamePerBlockFee func(ctx cosmos.Context) cosmos.Uint + GetTHORNameRegisterFee func(ctx cosmos.Context) cosmos.Uint + GetVersion func() semver.Version + GetVersionWithCtx func(ctx cosmos.Context) (semver.Version, bool) + HasCoins func(ctx cosmos.Context, addr cosmos.AccAddress, coins cosmos.Coins) bool + InvariantRoutes func() []common.InvariantRoute + MintAndSendToAccount func(ctx cosmos.Context, to cosmos.AccAddress, coin common.Coin) error + MintToModule func(ctx cosmos.Context, module string, coin common.Coin) error + RagnarokAccount func(ctx cosmos.Context, addr cosmos.AccAddress) + SendCoins func(ctx cosmos.Context, from, to cosmos.AccAddress, coins cosmos.Coins) error + SendFromAccountToModule func(ctx cosmos.Context, from cosmos.AccAddress, to string, coin common.Coins) error + SendFromModuleToAccount func(ctx cosmos.Context, from string, to cosmos.AccAddress, coin common.Coins) error + SendFromModuleToModule func(ctx cosmos.Context, from, to string, coin common.Coins) error + SetMinJoinLast func(ctx cosmos.Context) + SetStoreVersion func(ctx cosmos.Context, ver int64) + SetVersionWithCtx func(ctx cosmos.Context, v semver.Version) + type KeeperAnchors interface + AnchorMedian func(ctx cosmos.Context, assets []common.Asset) cosmos.Uint + DollarsPerRune func(ctx cosmos.Context) cosmos.Uint + GetAnchors func(ctx cosmos.Context, asset common.Asset) []common.Asset + RunePerDollar func(ctx cosmos.Context) cosmos.Uint + type KeeperBanVoter interface + GetBanVoter func(_ cosmos.Context, _ cosmos.AccAddress) (BanVoter, error) + GetBanVoterIterator func(_ cosmos.Context) cosmos.Iterator + SetBanVoter func(_ cosmos.Context, _ BanVoter) + type KeeperChainContract interface + GetChainContract func(ctx cosmos.Context, chain common.Chain) (ChainContract, error) + GetChainContractIterator func(ctx cosmos.Context) cosmos.Iterator + GetChainContracts func(ctx cosmos.Context, chains common.Chains) []ChainContract + SetChainContract func(ctx cosmos.Context, cc ChainContract) + type KeeperConfig interface + GetConfigInt64 func(ctx cosmos.Context, key constants.ConstantName) int64 + GetConstants func() constants.ConstantValues + type KeeperErrataTx interface + GetErrataTxVoter func(_ cosmos.Context, _ common.TxID, _ common.Chain) (ErrataTxVoter, error) + GetErrataTxVoterIterator func(_ cosmos.Context) cosmos.Iterator + SetErrataTxVoter func(_ cosmos.Context, _ ErrataTxVoter) + type KeeperHalt interface + IsChainHalted func(ctx cosmos.Context, chain common.Chain) bool + IsChainTradingHalted func(ctx cosmos.Context, chain common.Chain) bool + IsGlobalTradingHalted func(ctx cosmos.Context) bool + IsLPPaused func(ctx cosmos.Context, chain common.Chain) bool + IsTradingHalt func(ctx cosmos.Context, msg cosmos.Msg) bool + type KeeperKeygen interface + GetKeygenBlock func(ctx cosmos.Context, height int64) (KeygenBlock, error) + GetKeygenBlockIterator func(ctx cosmos.Context) cosmos.Iterator + SetKeygenBlock func(ctx cosmos.Context, keygenBlock KeygenBlock) + type KeeperLastHeight interface + ForceSetLastChainHeight func(ctx cosmos.Context, chain common.Chain, height int64) + ForceSetLastObserveHeight func(ctx cosmos.Context, chain common.Chain, address cosmos.AccAddress, ...) + GetLastChainHeight func(ctx cosmos.Context, chain common.Chain) (int64, error) + GetLastChainHeights func(ctx cosmos.Context) (map[common.Chain]int64, error) + GetLastObserveHeight func(ctx cosmos.Context, address cosmos.AccAddress) (map[common.Chain]int64, error) + GetLastSignedHeight func(ctx cosmos.Context) (int64, error) + SetLastChainHeight func(ctx cosmos.Context, chain common.Chain, height int64) error + SetLastObserveHeight func(ctx cosmos.Context, chain common.Chain, address cosmos.AccAddress, ...) error + SetLastSignedHeight func(ctx cosmos.Context, height int64) error + type KeeperLiquidityFees interface + AddToLiquidityFees func(ctx cosmos.Context, asset common.Asset, fee cosmos.Uint) error + GetPoolLiquidityFees func(ctx cosmos.Context, height uint64, asset common.Asset) (cosmos.Uint, error) + GetRollingPoolLiquidityFee func(ctx cosmos.Context, asset common.Asset) (uint64, error) + GetTotalLiquidityFees func(ctx cosmos.Context, height uint64) (cosmos.Uint, error) + ResetRollingPoolLiquidityFee func(ctx cosmos.Context, asset common.Asset) + type KeeperLiquidityProvider interface + GetLiquidityProvider func(ctx cosmos.Context, asset common.Asset, addr common.Address) (LiquidityProvider, error) + GetLiquidityProviderIterator func(ctx cosmos.Context, _ common.Asset) cosmos.Iterator + GetTotalSupply func(ctx cosmos.Context, asset common.Asset) cosmos.Uint + RemoveLiquidityProvider func(ctx cosmos.Context, lp LiquidityProvider) + SetLiquidityProvider func(ctx cosmos.Context, lp LiquidityProvider) + type KeeperLoan interface + GetLoan func(ctx cosmos.Context, asset common.Asset, addr common.Address) (Loan, error) + GetLoanIterator func(ctx cosmos.Context, _ common.Asset) cosmos.Iterator + GetTotalCollateral func(_ cosmos.Context, _ common.Asset) (cosmos.Uint, error) + RemoveLoan func(ctx cosmos.Context, _ Loan) + SetLoan func(ctx cosmos.Context, _ Loan) + SetTotalCollateral func(_ cosmos.Context, _ common.Asset, _ cosmos.Uint) + type KeeperMimir interface + DeleteMimir func(_ cosmos.Context, key string) error + DeleteNodeMimirs func(ctx cosmos.Context, key string) + GetMimir func(_ cosmos.Context, key string) (int64, error) + GetMimirIterator func(ctx cosmos.Context) cosmos.Iterator + GetMimirWithRef func(_ cosmos.Context, template, ref string) (int64, error) + GetNodeMimirIterator func(ctx cosmos.Context) cosmos.Iterator + GetNodeMimirs func(ctx cosmos.Context, key string) (NodeMimirs, error) + GetNodePauseChain func(ctx cosmos.Context, acc cosmos.AccAddress) int64 + IsOperationalMimir func(key string) bool + PurgeOperationalNodeMimirs func(ctx cosmos.Context) + SetMimir func(_ cosmos.Context, key string, value int64) + SetNodeMimir func(_ cosmos.Context, key string, value int64, acc cosmos.AccAddress) error + SetNodePauseChain func(ctx cosmos.Context, acc cosmos.AccAddress) + type KeeperNetwork interface + GetNetwork func(ctx cosmos.Context) (Network, error) + GetPOL func(ctx cosmos.Context) (ProtocolOwnedLiquidity, error) + SetNetwork func(ctx cosmos.Context, data Network) error + SetPOL func(ctx cosmos.Context, data ProtocolOwnedLiquidity) error + type KeeperNetworkFee interface + GetNetworkFee func(ctx cosmos.Context, chain common.Chain) (NetworkFee, error) + GetNetworkFeeIterator func(ctx cosmos.Context) cosmos.Iterator + SaveNetworkFee func(ctx cosmos.Context, chain common.Chain, networkFee NetworkFee) error + type KeeperNodeAccount interface + DecNodeAccountSlashPoints func(_ cosmos.Context, _ cosmos.AccAddress, _ int64) error + DeductNativeTxFeeFromBond func(ctx cosmos.Context, nodeAddr cosmos.AccAddress) error + EnsureNodeKeysUnique func(ctx cosmos.Context, consensusPubKey string, pubKeys common.PubKeySet) error + GetBondProviders func(ctx cosmos.Context, add cosmos.AccAddress) (BondProviders, error) + GetLowestActiveVersion func(ctx cosmos.Context) semver.Version + GetMinJoinVersion func(ctx cosmos.Context) semver.Version + GetNodeAccount func(ctx cosmos.Context, addr cosmos.AccAddress) (NodeAccount, error) + GetNodeAccountByPubKey func(ctx cosmos.Context, pk common.PubKey) (NodeAccount, error) + GetNodeAccountIterator func(ctx cosmos.Context) cosmos.Iterator + GetNodeAccountJail func(ctx cosmos.Context, addr cosmos.AccAddress) (Jail, error) + GetNodeAccountSlashPoints func(_ cosmos.Context, _ cosmos.AccAddress) (int64, error) + IncNodeAccountSlashPoints func(_ cosmos.Context, _ cosmos.AccAddress, _ int64) error + ListActiveValidators func(ctx cosmos.Context) (NodeAccounts, error) + ListValidatorsByStatus func(ctx cosmos.Context, status NodeStatus) (NodeAccounts, error) + ListValidatorsWithBond func(ctx cosmos.Context) (NodeAccounts, error) + ReleaseNodeAccountFromJail func(ctx cosmos.Context, addr cosmos.AccAddress) error + RemoveLowBondValidatorAccounts func(ctx cosmos.Context) error + ResetNodeAccountSlashPoints func(_ cosmos.Context, _ cosmos.AccAddress) + SetBondProviders func(ctx cosmos.Context, _ BondProviders) error + SetNodeAccount func(ctx cosmos.Context, na NodeAccount) error + SetNodeAccountJail func(ctx cosmos.Context, addr cosmos.AccAddress, height int64, reason string) error + SetNodeAccountSlashPoints func(_ cosmos.Context, _ cosmos.AccAddress, _ int64) + TotalActiveValidators func(ctx cosmos.Context) (int, error) + type KeeperObservedNetworkFeeVoter interface + GetObservedNetworkFeeVoter func(ctx cosmos.Context, height int64, chain common.Chain, rate, size int64) (ObservedNetworkFeeVoter, error) + GetObservedNetworkFeeVoterIterator func(ctx cosmos.Context) cosmos.Iterator + SetObservedNetworkFeeVoter func(ctx cosmos.Context, networkFeeVoter ObservedNetworkFeeVoter) + type KeeperObservedTx interface + GetObservedLink func(ctx cosmos.Context, inhash common.TxID) []common.TxID + GetObservedTxInVoter func(ctx cosmos.Context, hash common.TxID) (ObservedTxVoter, error) + GetObservedTxInVoterIterator func(ctx cosmos.Context) cosmos.Iterator + GetObservedTxOutVoter func(ctx cosmos.Context, hash common.TxID) (ObservedTxVoter, error) + GetObservedTxOutVoterIterator func(ctx cosmos.Context) cosmos.Iterator + SetObservedLink func(ctx cosmos.Context, _, _ common.TxID) + SetObservedTxInVoter func(ctx cosmos.Context, tx ObservedTxVoter) + SetObservedTxOutVoter func(ctx cosmos.Context, tx ObservedTxVoter) + type KeeperObserver interface + AddObservingAddresses func(ctx cosmos.Context, inAddresses []cosmos.AccAddress) error + ClearObservingAddresses func(ctx cosmos.Context) + GetObservingAddresses func(ctx cosmos.Context) ([]cosmos.AccAddress, error) + type KeeperOrderBooks interface + GetOrderBookIndex func(_ cosmos.Context, _ MsgSwap) (common.TxIDs, error) + GetOrderBookIndexIterator func(_ cosmos.Context, _ types.OrderType, _, _ common.Asset) cosmos.Iterator + GetOrderBookItem func(ctx cosmos.Context, txID common.TxID) (MsgSwap, error) + GetOrderBookItemIterator func(ctx cosmos.Context) cosmos.Iterator + GetOrderBookProcessor func(_ cosmos.Context) ([]bool, error) + HasOrderBookIndex func(_ cosmos.Context, _ MsgSwap) (bool, error) + HasOrderBookItem func(ctx cosmos.Context, txID common.TxID) bool + OrderBooksEnabled func(ctx cosmos.Context) bool + RemoveOrderBookIndex func(_ cosmos.Context, _ MsgSwap) error + RemoveOrderBookItem func(ctx cosmos.Context, txID common.TxID) error + SetOrderBookIndex func(_ cosmos.Context, _ MsgSwap) error + SetOrderBookItem func(ctx cosmos.Context, msg MsgSwap) error + SetOrderBookProcessor func(_ cosmos.Context, _ []bool) error + type KeeperOutboundFees interface + AddToOutboundFeeSpentRune func(ctx cosmos.Context, outAsset common.Asset, spent cosmos.Uint) error + AddToOutboundFeeWithheldRune func(ctx cosmos.Context, outAsset common.Asset, withheld cosmos.Uint) error + GetOutboundFeeSpentRune func(ctx cosmos.Context, outAsset common.Asset) (cosmos.Uint, error) + GetOutboundFeeSpentRuneIterator func(ctx cosmos.Context) cosmos.Iterator + GetOutboundFeeWithheldRune func(ctx cosmos.Context, outAsset common.Asset) (cosmos.Uint, error) + GetOutboundFeeWithheldRuneIterator func(ctx cosmos.Context) cosmos.Iterator + GetOutboundTxFee func(ctx cosmos.Context) cosmos.Uint + type KeeperPool interface + GetPool func(ctx cosmos.Context, asset common.Asset) (Pool, error) + GetPoolIterator func(ctx cosmos.Context) cosmos.Iterator + GetPoolLUVI func(ctx cosmos.Context, asset common.Asset) (cosmos.Uint, error) + GetPools func(ctx cosmos.Context) (Pools, error) + PoolExist func(ctx cosmos.Context, asset common.Asset) bool + RemovePool func(ctx cosmos.Context, asset common.Asset) + SetPool func(ctx cosmos.Context, pool Pool) error + SetPoolLUVI func(ctx cosmos.Context, asset common.Asset, luvi cosmos.Uint) + type KeeperRUNEPool interface + GetRUNEPool func(ctx cosmos.Context) (RUNEPool, error) + GetRUNEProvider func(ctx cosmos.Context, addr cosmos.AccAddress) (RUNEProvider, error) + GetRUNEProviderIterator func(ctx cosmos.Context) cosmos.Iterator + RemoveRUNEProvider func(ctx cosmos.Context, rp RUNEProvider) + SetRUNEPool func(ctx cosmos.Context, pool RUNEPool) + SetRUNEProvider func(ctx cosmos.Context, rp RUNEProvider) + type KeeperRagnarok interface + DeletePoolRagnarokStart func(ctx cosmos.Context, asset common.Asset) + GetPoolRagnarokStart func(ctx cosmos.Context, asset common.Asset) (int64, error) + GetRagnarokBlockHeight func(_ cosmos.Context) (int64, error) + GetRagnarokNth func(_ cosmos.Context) (int64, error) + GetRagnarokPending func(_ cosmos.Context) (int64, error) + GetRagnarokWithdrawPosition func(ctx cosmos.Context) (RagnarokWithdrawPosition, error) + IsRagnarok func(ctx cosmos.Context, assets []common.Asset) bool + RagnarokInProgress func(_ cosmos.Context) bool + SetPoolRagnarokStart func(ctx cosmos.Context, asset common.Asset) + SetRagnarokBlockHeight func(_ cosmos.Context, _ int64) + SetRagnarokNth func(_ cosmos.Context, _ int64) + SetRagnarokPending func(_ cosmos.Context, _ int64) + SetRagnarokWithdrawPosition func(ctx cosmos.Context, position RagnarokWithdrawPosition) + type KeeperReserveContributors interface + AddBondFeeToReserve func(ctx cosmos.Context, fee cosmos.Uint) error + AddPoolFeeToReserve func(ctx cosmos.Context, fee cosmos.Uint) error + type KeeperSolvencyVoter interface + GetSolvencyVoter func(_ cosmos.Context, _ common.TxID, _ common.Chain) (SolvencyVoter, error) + SetSolvencyVoter func(_ cosmos.Context, _ SolvencyVoter) + type KeeperStreamingSwap interface + GetStreamingSwap func(ctx cosmos.Context, _ common.TxID) (StreamingSwap, error) + GetStreamingSwapIterator func(ctx cosmos.Context) cosmos.Iterator + RemoveStreamingSwap func(ctx cosmos.Context, _ common.TxID) + SetStreamingSwap func(ctx cosmos.Context, _ StreamingSwap) + StreamingSwapExists func(ctx cosmos.Context, _ common.TxID) bool + type KeeperSwapQueue interface + GetSwapQueueItem func(ctx cosmos.Context, txID common.TxID, i int) (MsgSwap, error) + GetSwapQueueIterator func(ctx cosmos.Context) cosmos.Iterator + HasSwapQueueItem func(ctx cosmos.Context, txID common.TxID, i int) bool + RemoveSwapQueueItem func(ctx cosmos.Context, txID common.TxID, i int) + SetSwapQueueItem func(ctx cosmos.Context, msg MsgSwap, i int) error + type KeeperSwapSlip interface + AddToSwapSlip func(ctx cosmos.Context, asset common.Asset, amt cosmos.Int) error + DeletePoolSwapSlip func(ctx cosmos.Context, height int64, asset common.Asset) + GetCurrentRollup func(ctx cosmos.Context, asset common.Asset) (int64, error) + GetLongRollup func(ctx cosmos.Context, asset common.Asset) (int64, error) + GetPoolSwapSlip func(ctx cosmos.Context, height int64, asset common.Asset) (cosmos.Int, error) + GetRollupCount func(ctx cosmos.Context, asset common.Asset) (int64, error) + GetSwapSlipSnapShot func(ctx cosmos.Context, asset common.Asset, height int64) (int64, error) + GetSwapSlipSnapShotIterator func(ctx cosmos.Context, asset common.Asset) cosmos.Iterator + RollupSwapSlip func(ctx cosmos.Context, blockCount int64, _ common.Asset) (cosmos.Int, error) + SetCurrentRollup func(ctx cosmos.Context, asset common.Asset, val int64) + SetLongRollup func(ctx cosmos.Context, asset common.Asset, slip int64) + SetSwapSlipSnapShot func(ctx cosmos.Context, asset common.Asset, height, currRollup int64) + type KeeperSwapperClout interface + GetSwapperClout func(ctx cosmos.Context, addr common.Address) (SwapperClout, error) + GetSwapperCloutIterator func(ctx cosmos.Context) cosmos.Iterator + SetSwapperClout func(ctx cosmos.Context, record SwapperClout) error + type KeeperTHORName interface + DeleteTHORName func(ctx cosmos.Context, _ string) error + GetAffiliateCollector func(_ cosmos.Context, _ cosmos.AccAddress) (AffiliateFeeCollector, error) + GetAffiliateCollectorIterator func(_ cosmos.Context) cosmos.Iterator + GetAffiliateCollectors func(_ cosmos.Context) ([]AffiliateFeeCollector, error) + GetTHORName func(ctx cosmos.Context, _ string) (THORName, error) + GetTHORNameIterator func(ctx cosmos.Context) cosmos.Iterator + SetAffiliateCollector func(_ cosmos.Context, _ AffiliateFeeCollector) + SetTHORName func(ctx cosmos.Context, name THORName) + THORNameExists func(ctx cosmos.Context, _ string) bool + type KeeperTradeAccount interface + GetTradeAccount func(ctx cosmos.Context, addr cosmos.AccAddress, asset common.Asset) (TradeAccount, error) + GetTradeAccountIterator func(ctx cosmos.Context) cosmos.Iterator + GetTradeAccountIteratorWithAddress func(ctx cosmos.Context, addr cosmos.AccAddress) cosmos.Iterator + GetTradeUnit func(ctx cosmos.Context, asset common.Asset) (TradeUnit, error) + GetTradeUnitIterator func(ctx cosmos.Context) cosmos.Iterator + RemoveTradeAccount func(ctx cosmos.Context, record TradeAccount) + SetTradeAccount func(ctx cosmos.Context, record TradeAccount) + SetTradeUnit func(ctx cosmos.Context, unit TradeUnit) + type KeeperTss interface + GetLatestTssKeysignMetric func(_ cosmos.Context) (*TssKeysignMetric, error) + GetTssKeygenMetric func(_ cosmos.Context, key common.PubKey) (*TssKeygenMetric, error) + GetTssKeysignMetric func(_ cosmos.Context, txID common.TxID) (*TssKeysignMetric, error) + GetTssVoter func(_ cosmos.Context, _ string) (TssVoter, error) + GetTssVoterIterator func(_ cosmos.Context) cosmos.Iterator + SetTssKeygenMetric func(_ cosmos.Context, metric *TssKeygenMetric) + SetTssKeysignMetric func(_ cosmos.Context, metric *TssKeysignMetric) + SetTssVoter func(_ cosmos.Context, tss TssVoter) + type KeeperTssKeysignFail interface + GetTssKeysignFailVoter func(_ cosmos.Context, _ string) (TssKeysignFailVoter, error) + GetTssKeysignFailVoterIterator func(_ cosmos.Context) cosmos.Iterator + SetTssKeysignFailVoter func(_ cosmos.Context, tss TssKeysignFailVoter) + type KeeperTxOut interface + AppendTxOut func(ctx cosmos.Context, height int64, item TxOutItem) error + ClearTxOut func(ctx cosmos.Context, height int64) error + GetTOIsValue func(ctx cosmos.Context, tois ...TxOutItem) (cosmos.Uint, cosmos.Uint) + GetTxOut func(ctx cosmos.Context, height int64) (*TxOut, error) + GetTxOutIterator func(ctx cosmos.Context) cosmos.Iterator + GetTxOutValue func(ctx cosmos.Context, height int64) (cosmos.Uint, cosmos.Uint, error) + SetTxOut func(ctx cosmos.Context, blockOut *TxOut) error + type KeeperUpgrade interface + ApproveUpgrade func(ctx cosmos.Context, addr cosmos.AccAddress, name string) + ClearUpgradePlan func(ctx cosmos.Context) + GetProposedUpgrade func(ctx cosmos.Context, name string) (*Upgrade, error) + GetUpgradePlan func(ctx cosmos.Context) (upgradetypes.Plan, bool) + GetUpgradeProposalIterator func(ctx cosmos.Context) cosmos.Iterator + GetUpgradeVoteIterator func(ctx cosmos.Context, name string) cosmos.Iterator + ProposeUpgrade func(ctx cosmos.Context, name string, upgrade Upgrade) error + RejectUpgrade func(ctx cosmos.Context, addr cosmos.AccAddress, name string) + RemoveExpiredUpgradeProposals func(ctx cosmos.Context) error + ScheduleUpgrade func(ctx cosmos.Context, plan upgradetypes.Plan) error + type KeeperVault interface + DeleteVault func(ctx cosmos.Context, pk common.PubKey) error + GetAsgardVaults func(ctx cosmos.Context) (Vaults, error) + GetAsgardVaultsByStatus func(_ cosmos.Context, _ VaultStatus) (Vaults, error) + GetLeastSecure func(_ cosmos.Context, _ Vaults, _ int64) Vault + GetMostSecure func(_ cosmos.Context, _ Vaults, _ int64) Vault + GetMostSecureStrict func(_ cosmos.Context, _ Vaults, _ int64) Vault + GetPendingOutbounds func(_ cosmos.Context, _ common.Asset) []TxOutItem + GetVault func(ctx cosmos.Context, pk common.PubKey) (Vault, error) + GetVaultIterator func(ctx cosmos.Context) cosmos.Iterator + HasValidVaultPools func(ctx cosmos.Context) (bool, error) + RemoveFromAsgardIndex func(ctx cosmos.Context, pubkey common.PubKey) error + SetVault func(ctx cosmos.Context, vault Vault) error + SortBySecurity func(_ cosmos.Context, _ Vaults, _ int64) Vaults + VaultExists func(ctx cosmos.Context, pk common.PubKey) bool + type KeygenBlock = types.KeygenBlock + type LiquidityProvider = types.LiquidityProvider + type Loan = types.Loan + type MsgSwap = types.MsgSwap + type Network = types.Network + type NetworkFee = types.NetworkFee + type NodeAccount = types.NodeAccount + type NodeAccounts = types.NodeAccounts + type NodeMimirs = types.NodeMimirs + type NodeStatus = types.NodeStatus + type ObservedNetworkFeeVoter = types.ObservedNetworkFeeVoter + type ObservedTxVoter = types.ObservedTxVoter + type Pool = types.Pool + type PoolStatus = types.PoolStatus + type Pools = types.Pools + type ProtocolOwnedLiquidity = types.ProtocolOwnedLiquidity + type RUNEPool = types.RUNEPool + type RUNEProvider = types.RUNEProvider + type RagnarokWithdrawPosition = types.RagnarokWithdrawPosition + type ReserveContributors = types.ReserveContributors + type SolvencyVoter = types.SolvencyVoter + type StreamingSwap = types.StreamingSwap + type SwapperClout = types.SwapperClout + type THORName = types.THORName + type TradeAccount = types.TradeAccount + type TradeUnit = types.TradeUnit + type TssKeygenMetric = types.TssKeygenMetric + type TssKeysignFailVoter = types.TssKeysignFailVoter + type TssKeysignMetric = types.TssKeysignMetric + type TssVoter = types.TssVoter + type TxOut = types.TxOut + type TxOutItem = types.TxOutItem + type Upgrade = types.Upgrade + type Vault = types.Vault + type VaultStatus = types.VaultStatus + type Vaults = types.Vaults