Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPostHandler ¶
func NewPostHandler(options HandlerOptions) (sdk.AnteHandler, error)
NewAnteHandler returns an AnteHandler that checks and increments sequence numbers, checks signatures & account numbers, and deducts fees from the first signer.
func NewTipDecorator ¶
func NewTipDecorator(bankKeeper types.BankKeeper) sdk.AnteDecorator
NewTipDecorator returns a new decorator for handling transactions with tips.
Types ¶
type HandlerOptions ¶
type HandlerOptions struct {
BankKeeper types.BankKeeper
}
HandlerOptions are the options required for constructing a default SDK PostHandler.
Click to show internal directories.
Click to hide internal directories.