Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAnteHandler ¶
func NewAnteHandler( ak authante.AccountKeeper, bankKeeper types.BankKeeper, sigGasConsumer authante.SignatureVerificationGasConsumer, feesKeeper feeskeeper.Keeper, feegrantKeeper authante.FeegrantKeeper, signModeHandler signing.SignModeHandler, ) sdk.AnteHandler
NewAnteHandler returns a custom AnteHandler that, besides all the default checks (sequence number increment, signature and account number checks, fee deduction), makes sure that each transaction has a minimum fee based on the contained messages.
Types ¶
type MinFeeDecorator ¶
type MinFeeDecorator struct {
// contains filtered or unexported fields
}
func NewMinFeeDecorator ¶
func NewMinFeeDecorator(feesKeeper feeskeeper.Keeper) MinFeeDecorator
func (MinFeeDecorator) AnteHandle ¶
Click to show internal directories.
Click to hide internal directories.