pub fn encrypted_transfer_with_memo(
    num_sigs: u32,
    sender: AccountAddress,
    nonce: Nonce,
    expiry: TransactionTime,
    receiver: AccountAddress,
    data: EncryptedAmountTransferData<EncryptedAmountsCurve>,
    memo: Memo
) -> PreAccountTransaction
Expand description

Make an encrypted transfer with a memo. The payload can be constructed using make_transfer_data.