Executes a Substrate runtime call from an Ethereum transaction.
This dispatchable is intended to be called only through the EVM compatibility layer. The provided call will be dispatched using RawOrigin::Signed.
RawOrigin::Signed
origin
Origin::EthTransaction
call
transaction_encoded
Executes a Substrate runtime call from an Ethereum transaction.
This dispatchable is intended to be called only through the EVM compatibility layer. The provided call will be dispatched using
RawOrigin::Signed.Parameters
origin: Must be an [Origin::EthTransaction] origin.call: The Substrate runtime call to execute.transaction_encoded: The RLP encoding of the Ethereum transaction,