Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPostHandler ¶
func NewPostHandler(app *baseapp.BaseApp, options PostDecorators) cosmos.PostHandler
NewPostHandler returns an post handler responsible for attempting to route an Ethereum or SDK transaction to an internal post handler for performing transaction-level processing (e.g. fee payment, signature verification) before being passed onto it's respective handler.
Types ¶
type PostDecorators ¶
type PostDecorators struct {
EvmKeeper interfaces.EVMKeeper
}
PostDecorators defines the list of module keepers required to run the Artela PostHandler decorators.
func (PostDecorators) Validate ¶
func (options PostDecorators) Validate() error
Validate checks if the keepers are defined
Click to show internal directories.
Click to hide internal directories.