Module pallet_revive::evm::runtime
source · Expand description
Runtime types for integrating pallet-revive
with the EVM.
Structs§
- Wraps [
generic::UncheckedExtrinsic
] to support checking unsignedcrate::Call::eth_transact
extrinsic.
Constants§
- The EVM gas price. This constant is used by the proxy to advertise it via the eth_gas_price RPC.
Traits§
- EthExtra convert an unsigned
crate::Call::eth_transact
into a [CheckedExtrinsic
].