# Functions
Turn an address to key used to get it from the account store.
Return a default genesis state.
logic for standard transaction decoding.
logic for standard transaction encoding.
ExportGenesis returns a GenesisState for a given context and keeper.
get the signers from the context.
Init store state from genesis data.
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
Create a new genesis state.
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.
# Variables
Prefix for account-by-address store.
# 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.
GenesisState - all auth state that must be provided at genesis.
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.