Module sending

Module sending 

Modules§

msg_client
Generated client implementations.
query_client
Generated client implementations.

Structs§

GenesisState
GenesisState defines the sending module’s genesis state.
MsgCreateTransfer
MsgCreateTransfer is a request type used for initiating new transfers.
MsgCreateTransferResponse
MsgCreateTransferResponse is a response type used for new transfers.
MsgDepositToSubaccount
MsgDepositToSubaccount represents a single transfer from an x/bank account to an x/subaccounts subaccount.
MsgDepositToSubaccountResponse
MsgDepositToSubaccountResponse is a response type used for new account-to-subaccount transfers.
MsgSendFromModuleToAccount
MsgSendFromModuleToAccount represents a single transfer from a module to an x/bank account (can be either a module account address or a user account address). Should only be executed by governance.
MsgSendFromModuleToAccountResponse
MsgSendFromModuleToAccountResponse is a response type used for new module-to-account transfers.
MsgWithdrawFromSubaccount
MsgWithdrawFromSubaccount represents a single transfer from an x/subaccounts subaccount to an x/bank account.
MsgWithdrawFromSubaccountResponse
MsgWithdrawFromSubaccountResponse is a response type used for new subaccount-to-account transfers.
Transfer
Transfer represents a single transfer between two subaccounts.