Versions in this module Expand all Collapse all v0 v0.0.38 May 15, 2024 Changes in this version + const ExecuteBatchMethod + const ExecuteMethod + const InstantiateMethod + const QueryMethod + const WasmdAddress + type ExecuteMsg struct + Coins []byte + ContractAddress string + Msg []byte + type Precompile struct + ExecuteBatchID []byte + ExecuteID []byte + InstantiateID []byte + QueryID []byte + func NewPrecompile(evmKeeper pcommon.EVMKeeper, wasmdKeeper pcommon.WasmdKeeper, ...) (*Precompile, error) + func (Precompile) IsTransaction(method string) bool + func (p Precompile) Address() common.Address + func (p Precompile) GetName() string + func (p Precompile) RequiredGas(input []byte) uint64 + func (p Precompile) Run(*vm.EVM, common.Address, common.Address, []byte, *big.Int, bool) ([]byte, error) + func (p Precompile) RunAndCalculateGas(evm *vm.EVM, caller common.Address, callingContract common.Address, ...) (ret []byte, remainingGas uint64, err error)