Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAnteHandler ¶ added in v1.5.0
func NewAnteHandler(options HandlerOptions) (sdk.AnteHandler, error)
Types ¶
type FixedGasTxDecorator ¶
type FixedGasTxDecorator struct {
// contains filtered or unexported fields
}
func NewFixedGasTxDecorator ¶
func NewFixedGasTxDecorator(pk operationskeeper.Keeper, ck communitykeeper.Keeper) FixedGasTxDecorator
func (FixedGasTxDecorator) AnteHandle ¶
type HandlerOptions ¶ added in v1.5.0
type HandlerOptions struct { ante.HandlerOptions OperationsKeeper operationskeeper.Keeper CommunityKeeper communitykeeper.Keeper }
Click to show internal directories.
Click to hide internal directories.