package
7.0.1+incompatible
Repository: https://github.com/dydxprotocol/v4-chain.git
Documentation: pkg.go.dev

# Functions

DefaultGenesis returns the default Sending genesis state.
NewCreateTransferEvent constructs a new create_transfer sdk.Event.
NewDepositToSubaccountEvent a new deposit_to_subaccount sdk.Event.
No description provided by the author
No description provided by the author
NewMsgDepositToSubaccount constructs a `MsgDepositToSubaccount` from an `x/bank` account sender, an `x/subaccounts` subaccount sender, an asset ID, and a number of quantums.
NewMsgWithdrawFromSubaccount constructs a `MsgWithdrawFromSubaccount` from an `x/subaccounts` subaccount sender, an `x/bank` account recipient, an asset ID, and a number of quantums.
NewMsgWithdrawFromSubaccount constructs a `MsgWithdrawFromSubaccount` from an `x/subaccounts` subaccount sender, an `x/bank` account recipient, an asset ID, and a number of quantums.
No description provided by the author
NewWithdrawFromSubaccount constructs a new withdraw_from_subaccount sdk.Event.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

sending module event types.
sending module event types.
sending module event types.
sending module event types.
sending module event types.
sending module event types.
sending module event types.
sending module event types.
sending module event types.
ModuleName defines the module name.
StoreKey defines the primary module store key.

# Variables

No description provided by the author
x/sending module sentinel errors.
x/sending module sentinel errors.
No description provided by the author
No description provided by the author
No description provided by the author
x/sending module sentinel errors.
x/sending module sentinel errors.
No description provided by the author
No description provided by the author
No description provided by the author
x/sending module sentinel errors.
x/sending module sentinel errors.
x/sending module sentinel errors.
x/sending module sentinel errors.
x/sending module sentinel errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

GenesisState defines the sending module's genesis state.
MsgCreateTransfer is a request type used for initiating new transfers.
MsgCreateTransferResponse is a response type used for new transfers.
MsgDepositToSubaccount represents a single transfer from an `x/bank` account to an `x/subaccounts` subaccount.
MsgDepositToSubaccountResponse is a response type used for new account-to-subaccount transfers.
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).
MsgSendFromModuleToAccountResponse is a response type used for new module-to-account transfers.
MsgWithdrawFromSubaccount represents a single transfer from an `x/subaccounts` subaccount to an `x/bank` account.
MsgWithdrawFromSubaccountResponse is a response type used for new subaccount-to-account transfers.
Transfer represents a single transfer between two subaccounts.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.

# Interfaces

AccountKeeper defines the expected account keeper used for simulations.
BankKeeper defines the expected bank keeper used for simulations.
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.
No description provided by the author
No description provided by the author