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() |
calculateEnergyCost, getBytespublic EncryptedTransfer(EncryptedAmountTransferData data, AccountAddress receiver)
public TransactionType getTransactionType()
getTransactionType in class Payloadprotected byte[] getRawPayloadBytes()
PayloadPayload.getBytes()getRawPayloadBytes in class Payloadpublic EncryptedAmountTransferData getData()
public AccountAddress getReceiver()
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.