# Functions
Turn an address to key used to get it from the account store.
logic for standard transaction decoding.
get the signers from the context.
NewAccountKeeper returns a new sdk.AccountKeeper that uses go-amino to (binary) encode and decode concrete sdk.Accounts.
NewAnteHandler returns an AnteHandler that checks and increments sequence numbers, checks signatures & account numbers, and deducts fees from the first signer.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Prototype function for BaseAccount.
Most users shouldn't use this, but this comes in handy for tests.
Register concrete types on codec codec for default AppAccount.
StdSignBytes returns the bytes to sign for a transaction.
add the signers to the context.
# Structs
This AccountKeeper encodes/decodes accounts using the go-amino (binary) encoding/decoding library.
BaseAccount - a base account structure.
This FeeCollectionKeeper handles collection of fees in the anteHandler and setting of MinFees for different fee tokens.
StdFee includes the amount of coins paid in fees and the maximum gas to be used by the transaction.
Standard Signature.
StdSignDoc is replay-prevention structure.
StdTx is a standard way to wrap a Msg with Fee and Signatures.
# Interfaces
Account is an interface used to store coins at a given address within state.
# Type aliases
AccountDecoder unmarshals account bytes.