//! Used to perform the actual sending of the tokens, it requires to specify an amount and a recipient,
//! Inside it, the message is built using the MintForeignToken command. Once the message is validated,
//! the amount is transferred from the caller to the EthereumSovereignAccount. This allows to prevent
//! After that, the message is delivered to Ethereum through the T::OutboundQueue implementation.