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