All chains
    Preparing search index...

    Type Alias eth_substrate_call

    eth_substrate_call: TxDescriptor<
        { call: TxCallData; transaction_encoded: Binary },
    >

    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,