public class EncryptedAmountTransferData extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EncryptedAmountTransferData.EncryptedAmountTransferDataBuilder |
Modifier and Type | Method and Description |
---|---|
static EncryptedAmountTransferData.EncryptedAmountTransferDataBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
byte[] |
getBytes() |
UInt64 |
getIndex()
The index such that the encrypted amount used in the transfer represents
the aggregate of all encrypted amounts with indices < `index` existing
on the account at the time.
|
SecToPubAmountTransferProof |
getProof()
A collection of all the proofs.
|
EncryptedAmount |
getRemainingAmount()
Encryption of the remaining amount.
|
EncryptedAmount |
getTransferAmount()
Encryption of the Amount that will be sent.
|
int |
hashCode() |
String |
toString() |
public byte[] getBytes()
public static EncryptedAmountTransferData.EncryptedAmountTransferDataBuilder builder()
public EncryptedAmount getRemainingAmount()
public EncryptedAmount getTransferAmount()
public UInt64 getIndex()
public SecToPubAmountTransferProof getProof()
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.