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

Required Methods§

source

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

Implementors§