Module vault

Module vault 

Modules§

msg_client
Generated client implementations.
query_client
Generated client implementations.

Structs§

GenesisState
GenesisState defines x/vault’s genesis state.
GenesisStateV6
GenesisStateV6 defines x/vault’s genesis state in v6.x. Deprecated since v7.x in favor of GenesisState.
MsgAllocateToVault
MsgAllocateToVault is the Msg/AllocateToVault request type.
MsgAllocateToVaultResponse
MsgAllocateToVaultResponse is the Msg/AllocateToVault response type.
MsgDepositToMegavault
MsgDepositToMegavault deposits the specified asset from the subaccount to megavault.
MsgDepositToMegavaultResponse
MsgDepositToMegavaultResponse is the Msg/DepositToMegavault response type.
MsgRetrieveFromVault
MsgRetrieveFromVault is the Msg/RetrieveFromVault request type.
MsgRetrieveFromVaultResponse
MsgRetrieveFromVaultResponse is the Msg/RetrieveFromVault response type.
MsgSetVaultParams
MsgSetVaultParams is the Msg/SetVaultParams request type.
MsgSetVaultParamsResponse
MsgSetVaultParamsResponse is the Msg/SetVaultParams response type.
MsgSetVaultQuotingParams
MsgSetVaultQuotingParams is the Msg/SetVaultQuotingParams request type. Deprecated since v6.x as is replaced by MsgSetVaultParams.
MsgUnlockShares
MsgUnlockShares is the Msg/UnlockShares request type.
MsgUnlockSharesResponse
MsgUnlockSharesResponse is the Msg/UnlockShares response type.
MsgUpdateDefaultQuotingParams
MsgUpdateDefaultQuotingParams is the Msg/UpdateDefaultQuotingParams request type.
MsgUpdateDefaultQuotingParamsResponse
MsgUpdateDefaultQuotingParamsResponse is the Msg/UpdateDefaultQuotingParams response type.
MsgUpdateOperatorParams
MsgUpdateOperatorParams is the Msg/UpdateOperatorParams request type.
MsgUpdateOperatorParamsResponse
MsgUpdateVaultParamsResponse is the Msg/UpdateOperatorParams response type.
MsgUpdateParams
MsgUpdateParams is the Msg/UpdateParams request type. Deprecated since v6.x as is replaced by MsgUpdateDefaultQuotingParams.
MsgWithdrawFromMegavault
MsgWithdrawFromMegavault withdraws the specified shares from megavault to a subaccount.
MsgWithdrawFromMegavaultResponse
MsgWithdrawFromMegavaultResponse is the Msg/WithdrawFromMegavault response type.
NumShares
NumShares represents the number of shares.
OperatorMetadata
OperatorMetadata stores metadata regarding megavault operator.
OperatorParams
OperatorParams stores parameters regarding megavault operator.
OwnerShare
OwnerShare is a type for owner shares.
OwnerShareUnlocks
OwnerShareUnlocks stores share unlocks for an owner.
Params
Deprecated: Params stores x/vault parameters. Deprecated since v6.x as is replaced by QuotingParams.
QueryAllVaultsRequest
QueryAllVaultsRequest is a request type for the AllVaults RPC method.
QueryAllVaultsResponse
QueryAllVaultsResponse is a response type for the AllVaults RPC method.
QueryMegavaultAllOwnerSharesRequest
QueryMegavaultAllOwnerSharesRequest is a request type for the MegavaultAllOwnerShares RPC method.
QueryMegavaultAllOwnerSharesResponse
QueryMegavaultAllOwnerSharesResponse is a response type for the MegavaultAllOwnerShares RPC method.
QueryMegavaultOwnerSharesRequest
QueryMegavaultOwnerSharesRequest is a request type for the MegavaultOwnerShares RPC method.
QueryMegavaultOwnerSharesResponse
QueryMegavaultOwnerSharesResponse is a response type for the MegavaultOwnerShares RPC method.
QueryMegavaultTotalSharesRequest
QueryMegavaultTotalSharesRequest is a request type for the MegavaultTotalShares RPC method.
QueryMegavaultTotalSharesResponse
QueryMegavaultTotalSharesResponse is a response type for the MegavaultTotalShares RPC method.
QueryMegavaultWithdrawalInfoRequest
QueryMegavaultWithdrawalInfoRequest is a request type for the MegavaultWithdrawalInfo RPC method.
QueryMegavaultWithdrawalInfoResponse
QueryMegavaultWithdrawalInfoResponse is a response type for the MegavaultWithdrawalInfo RPC method.
QueryParamsRequest
QueryParamsRequest is a request type for the Params RPC method.
QueryParamsResponse
QueryParamsResponse is a response type for the Params RPC method.
QueryVaultParamsRequest
QueryVaultParamsRequest is a request for the VaultParams RPC method.
QueryVaultParamsResponse
QueryVaultParamsResponse is a response for the VaultParams RPC method.
QueryVaultRequest
QueryVaultRequest is a request type for the Vault RPC method.
QueryVaultResponse
QueryVaultResponse is a response type for the Vault RPC method.
QuotingParams
QuotingParams stores vault quoting parameters.
ShareUnlock
ShareUnlock stores a single instance of shares number of shares unlocking at block height unlock_block_height.
Vault
Vault defines the state of a vault.
VaultId
VaultId uniquely identifies a vault by its type and number.
VaultParams
VaultParams stores vault parameters.
VaultV6
VaultV6 defines the state of a vault. Deprecated since v7.x in favor of Vault.

Enums§

VaultStatus
VaultStatus represents the status of a vault.
VaultType
VaultType represents different types of vaults.