public final class TransferToEncrypted extends Payload
| Constructor and Description |
|---|
TransferToEncrypted(CCDAmount amount) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
CCDAmount |
getAmount()
The amount to transfer from public to encrypted balance of the sender account.
|
protected byte[] |
getRawPayloadBytes()
This must return the raw payload i.e., the
payload only.
|
TransactionType |
getTransactionType() |
int |
hashCode() |
String |
toString() |
calculateEnergyCost, getBytespublic TransferToEncrypted(CCDAmount amount)
public TransactionType getTransactionType()
getTransactionType in class Payloadprotected byte[] getRawPayloadBytes()
PayloadPayload.getBytes()getRawPayloadBytes in class Payloadpublic CCDAmount getAmount()
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.