# Functions
Turn an address to key used to get it from the account store.
Return a default genesis state.
default auth module parameters.
logic for standard transaction decoding.
ExportGenesis returns a GenesisState for a given context and keeper.
get the signers from the context.
Init store state from genesis data.
No description provided by the author
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
NewFeePreprocessHandler creates a fee token preprocesser.
NewFeePreprocessHandler creates a fee token refund handler.
Create a new genesis state.
creates a querier for auth REST endpoints.
No description provided by the author
No description provided by the author
No description provided by the author
ParamTable for auth module.
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.
No description provided by the author
No description provided by the author
add the signers to the context.
# Constants
No description provided by the author
No description provided by the author
query endpoints supported by the auth Querier.
query endpoints supported by the auth Querier.
# Variables
No description provided by the author
1iris, 10^18iris-atto.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Parameter store key.
# Structs
This AccountKeeper encodes/decodes accounts using the go-amino (binary) encoding/decoding library.
BaseAccount - a base account structure.
No description provided by the author
This FeeKeeper 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.
auth parameters.
defines the params for query: "custom/acc/account".
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.
No description provided by the author
# Interfaces
Account is an interface used to store coins at a given address within state.
# Type aliases
AccountDecoder unmarshals account bytes.