public final class EncryptedTransfer extends Payload
Constructor and Description |
---|
EncryptedTransfer(EncryptedAmountTransferData data,
AccountAddress receiver) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
EncryptedAmountTransferData |
getData()
Data that will go onto an encrypted amount transfer.
|
protected byte[] |
getRawPayloadBytes()
This must return the raw payload i.e., the
payload only.
|
AccountAddress |
getReceiver()
Account Address of the sender.
|
TransactionType |
getTransactionType() |
int |
hashCode() |
String |
toString() |
public EncryptedTransfer(EncryptedAmountTransferData data, AccountAddress receiver)
public TransactionType getTransactionType()
getTransactionType
in class Payload
protected byte[] getRawPayloadBytes()
Payload
Payload.getBytes()
getRawPayloadBytes
in class Payload
public EncryptedAmountTransferData getData()
public AccountAddress getReceiver()
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.