package
4.0.2+incompatible
Repository: https://github.com/dipper-labs/dipper-protocol.git
Documentation: pkg.go.dev

# Functions

NewInput - create a transaction input, used with MsgMultiSend.
NewMsgMultiSend - construct arbitrary multi-in, multi-out send msg.
NewMsgSend - construct arbitrary multi-in, multi-out send msg.
NewOutput - create a transaction output, used with MsgMultiSend.
NewQueryBalanceParams creates a new instance of QueryBalanceParams.
ParamKeyTable type declaration for parameters.
RegisterCodec - Register concrete types on codec codec.
ValidateInputsOutputs validates that each respective input and output is valid and that the sum of inputs is equal to the sum of outputs.

# Constants

DefaultParamspace for params keeper.
DefaultSendEnabled enabled.
module name.
No description provided by the author
RouterKey is they name of the bank module.
RouterKey is they name of the bank module.
RouterKey is they name of the bank module.

# Variables

Bank module event types.
Bank module event types.
Bank module event types.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Bank module event types.
ModuleCdc generic sealed codec to be used throughout module.
ParamStoreKeySendEnabled is store's key for SendEnabled.

# Structs

Input models transaction input.
MsgMultiSend - high level transaction of the coin module.
MsgSend - high level transaction of the coin module.
Output models transaction outputs.
QueryBalanceParams defines the params for querying an account balance.

# Interfaces

AccountKeeper defines the account contract that must be fulfilled when creating a modules/bank keeper.