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