pallet_ethereum_xcm

Trait XcmToEthereum

pub trait XcmToEthereum {
    // Required method
    fn into_transaction(
        &self,
        nonce: U256,
        chain_id: u64,
        allow_create: bool,
    ) -> Option<TransactionV3>;
}

Required Methods§

fn into_transaction( &self, nonce: U256, chain_id: u64, allow_create: bool, ) -> Option<TransactionV3>

Implementors§

§

impl XcmToEthereum for EthereumXcmTransaction

§

impl XcmToEthereum for EthereumXcmTransactionV1

§

impl XcmToEthereum for EthereumXcmTransactionV2

§

impl XcmToEthereum for EthereumXcmTransactionV3