use ;
use Memo as IcrcMemo;
/// Checks if two account identifiers are equal.
///
/// # Arguments
/// * `x` - The first account identifier to compare.
/// * `y` - The second account identifier to compare.
///
/// # Returns
/// True if the account identifiers are equal; false otherwise.
/// Converts a "legacy" ICP ledger memo to an ICRC ledger memo.
///
/// # Arguments
/// * `memo` - The memo to convert.
///
/// # Returns
/// An ICRC memo containing the memo's value as big-endian bytes.