public class EncryptedTransferWithMemoPayload extends Object
Modifier and Type | Method and Description |
---|---|
static EncryptedTransferWithMemoPayload |
from(EncryptedAmountTransferData data,
AccountAddress receiver,
Memo memo) |
byte[] |
getBytes() |
EncryptedAmountTransferData |
getData()
Data that will go onto an encrypted amount transfer.
|
Memo |
getMemo()
The memo message associated with the transfer.
|
AccountAddress |
getReceiver()
Account Address of the sender.
|
public static EncryptedTransferWithMemoPayload from(EncryptedAmountTransferData data, AccountAddress receiver, Memo memo)
public byte[] getBytes()
public EncryptedAmountTransferData getData()
public AccountAddress getReceiver()
public Memo getMemo()
Copyright © 2025. All rights reserved.