Module vault
Modules§
- msg_
client - Generated client implementations.
- query_
client - Generated client implementations.
Structs§
- Genesis
State - GenesisState defines
x/vault’s genesis state. - Genesis
State V6 - GenesisStateV6 defines
x/vault’s genesis state in v6.x. Deprecated since v7.x in favor of GenesisState. - MsgAllocate
ToVault - MsgAllocateToVault is the Msg/AllocateToVault request type.
- MsgAllocate
ToVault Response - MsgAllocateToVaultResponse is the Msg/AllocateToVault response type.
- MsgDeposit
ToMegavault - MsgDepositToMegavault deposits the specified asset from the subaccount to megavault.
- MsgDeposit
ToMegavault Response - MsgDepositToMegavaultResponse is the Msg/DepositToMegavault response type.
- MsgRetrieve
From Vault - MsgRetrieveFromVault is the Msg/RetrieveFromVault request type.
- MsgRetrieve
From Vault Response - MsgRetrieveFromVaultResponse is the Msg/RetrieveFromVault response type.
- MsgSet
Vault Params - MsgSetVaultParams is the Msg/SetVaultParams request type.
- MsgSet
Vault Params Response - MsgSetVaultParamsResponse is the Msg/SetVaultParams response type.
- MsgSet
Vault Quoting Params - MsgSetVaultQuotingParams is the Msg/SetVaultQuotingParams request type. Deprecated since v6.x as is replaced by MsgSetVaultParams.
- MsgUnlock
Shares - MsgUnlockShares is the Msg/UnlockShares request type.
- MsgUnlock
Shares Response - MsgUnlockSharesResponse is the Msg/UnlockShares response type.
- MsgUpdate
Default Quoting Params - MsgUpdateDefaultQuotingParams is the Msg/UpdateDefaultQuotingParams request type.
- MsgUpdate
Default Quoting Params Response - MsgUpdateDefaultQuotingParamsResponse is the Msg/UpdateDefaultQuotingParams response type.
- MsgUpdate
Operator Params - MsgUpdateOperatorParams is the Msg/UpdateOperatorParams request type.
- MsgUpdate
Operator Params Response - MsgUpdateVaultParamsResponse is the Msg/UpdateOperatorParams response type.
- MsgUpdate
Params - MsgUpdateParams is the Msg/UpdateParams request type. Deprecated since v6.x as is replaced by MsgUpdateDefaultQuotingParams.
- MsgWithdraw
From Megavault - MsgWithdrawFromMegavault withdraws the specified shares from megavault to a subaccount.
- MsgWithdraw
From Megavault Response - MsgWithdrawFromMegavaultResponse is the Msg/WithdrawFromMegavault response type.
- NumShares
- NumShares represents the number of shares.
- Operator
Metadata - OperatorMetadata stores metadata regarding megavault operator.
- Operator
Params - OperatorParams stores parameters regarding megavault operator.
- Owner
Share - OwnerShare is a type for owner shares.
- Owner
Share Unlocks - OwnerShareUnlocks stores share unlocks for an owner.
- Params
- Deprecated: Params stores
x/vaultparameters. Deprecated since v6.x as is replaced by QuotingParams. - Query
AllVaults Request - QueryAllVaultsRequest is a request type for the AllVaults RPC method.
- Query
AllVaults Response - QueryAllVaultsResponse is a response type for the AllVaults RPC method.
- Query
Megavault AllOwner Shares Request - QueryMegavaultAllOwnerSharesRequest is a request type for the MegavaultAllOwnerShares RPC method.
- Query
Megavault AllOwner Shares Response - QueryMegavaultAllOwnerSharesResponse is a response type for the MegavaultAllOwnerShares RPC method.
- Query
Megavault Owner Shares Request - QueryMegavaultOwnerSharesRequest is a request type for the MegavaultOwnerShares RPC method.
- Query
Megavault Owner Shares Response - QueryMegavaultOwnerSharesResponse is a response type for the MegavaultOwnerShares RPC method.
- Query
Megavault Total Shares Request - QueryMegavaultTotalSharesRequest is a request type for the MegavaultTotalShares RPC method.
- Query
Megavault Total Shares Response - QueryMegavaultTotalSharesResponse is a response type for the MegavaultTotalShares RPC method.
- Query
Megavault Withdrawal Info Request - QueryMegavaultWithdrawalInfoRequest is a request type for the MegavaultWithdrawalInfo RPC method.
- Query
Megavault Withdrawal Info Response - QueryMegavaultWithdrawalInfoResponse is a response type for the MegavaultWithdrawalInfo RPC method.
- Query
Params Request - QueryParamsRequest is a request type for the Params RPC method.
- Query
Params Response - QueryParamsResponse is a response type for the Params RPC method.
- Query
Vault Params Request - QueryVaultParamsRequest is a request for the VaultParams RPC method.
- Query
Vault Params Response - QueryVaultParamsResponse is a response for the VaultParams RPC method.
- Query
Vault Request - QueryVaultRequest is a request type for the Vault RPC method.
- Query
Vault Response - QueryVaultResponse is a response type for the Vault RPC method.
- Quoting
Params - QuotingParams stores vault quoting parameters.
- Share
Unlock - ShareUnlock stores a single instance of
sharesnumber of shares unlocking at block heightunlock_block_height. - Vault
- Vault defines the state of a vault.
- VaultId
- VaultId uniquely identifies a vault by its type and number.
- Vault
Params - VaultParams stores vault parameters.
- VaultV6
- VaultV6 defines the state of a vault. Deprecated since v7.x in favor of Vault.
Enums§
- Vault
Status - VaultStatus represents the status of a vault.
- Vault
Type - VaultType represents different types of vaults.