package
0.0.0-20230112034922-77985dfedaf3
Repository: https://github.com/fiilabs/metaos.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
Package rpc contains RPC handler methods and utilities to start Ethermint's Web3-compatibly JSON-RPC server.
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

NewCanTransferDecorator creates a new CanTransferDecorator instance.
No description provided by the author
No description provided by the author
NewEthSigVerificationDecorator creates a new EthSigVerificationDecorator.
NewEthValidateBasicDecorator creates a new EthValidateBasicDecorator.

# Structs

CanTransferDecorator checks if the sender is allowed to transfer funds according to the EVM block context rules.
No description provided by the author
No description provided by the author
EthSigVerificationDecorator validates an ethereum signatures.
EthValidateBasicDecorator is adapted from ValidateBasicDecorator from cosmos-sdk, it ignores ErrNoSignatures.
No description provided by the author

# Interfaces

No description provided by the author
EVMKeeper defines the expected keeper interface used on the Eth AnteHandler.