# Functions
AddressStoreKey turn an address to key used to get it from the account store.
DeductFees deducts fees from the given account.
DefaultParams returns a default set of parameters.
DefaultSigVerificationGasConsumer is the default implementation of SignatureVerificationGasConsumer.
EnsureSufficientMempoolFees verifies that the given transaction has supplied enough fees to cover a proposer's minimum fees.
No description provided by the author
GetSignBytes returns a slice of bytes to sign over for a given transaction and an account.
GetSignerAcc returns an account for a given address that is expected to sign a transaction.
NewAccountKeeper returns a new AccountKeeper that uses go-amino to (binary) encode and decode concrete std.Accounts.
NewAnteHandler returns an AnteHandler that checks and increments sequence numbers, checks signatures & account numbers, and deducts fees from the first signer.
NewDummyBankKeeper creates a DummyBankKeeper instance.
NewHandler returns a handler for "auth" type messages.
NewParams creates a new Params object.
ProcessPubKey verifies that the given account address matches that of the std.Signature.
SetGasMeter returns a new context with a gas meter set from a given context.
ValidateMemo validates the memo size.
ValidateSigCount validates that the transaction has a valid cumulative total amount of signatures.
# Constants
AddressStoreKeyPrefix prefix for account-by-address store.
Default parameter values.
Default parameter values.
Default parameter values.
Default parameter values.
Default parameter values.
FeeCollectorName the root string for the fee collector account address.
param key for global account number.
module name.
QuerierRoute is the querier route for acc.
query account path.
StoreKey is string representation of the store key for auth.
# Structs
Concrete implementation of AccountKeeper.
No description provided by the author
No description provided by the author
DummyBankKeeper defines a supply keeper used only for testing to avoid circle dependencies.
Params defines the parameters for the auth module.
# Interfaces
AccountKeeper manages access to accounts.
Limited interface only needed for auth.
# Type aliases
SignatureVerificationGasConsumer is the type of function that is used to both consume gas when verifying signatures and also to accept or reject different types of PubKey's.