xcm_primitives

Trait XcmToEthereum

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

Required Methods§

Source

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

Implementors§