public static class EncryptedAmountTransferData.EncryptedAmountTransferDataBuilder extends Object
Modifier and Type | Method and Description |
---|---|
EncryptedAmountTransferData |
build() |
EncryptedAmountTransferData.EncryptedAmountTransferDataBuilder |
index(UInt64 index)
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.
|
EncryptedAmountTransferData.EncryptedAmountTransferDataBuilder |
proof(SecToPubAmountTransferProof proof)
A collection of all the proofs.
|
EncryptedAmountTransferData.EncryptedAmountTransferDataBuilder |
remainingAmount(EncryptedAmount remainingAmount)
Encryption of the remaining amount.
|
String |
toString() |
EncryptedAmountTransferData.EncryptedAmountTransferDataBuilder |
transferAmount(EncryptedAmount transferAmount)
Encryption of the Amount that will be sent.
|
public EncryptedAmountTransferData.EncryptedAmountTransferDataBuilder remainingAmount(EncryptedAmount remainingAmount)
this
.public EncryptedAmountTransferData.EncryptedAmountTransferDataBuilder transferAmount(EncryptedAmount transferAmount)
this
.public EncryptedAmountTransferData.EncryptedAmountTransferDataBuilder index(UInt64 index)
this
.public EncryptedAmountTransferData.EncryptedAmountTransferDataBuilder proof(SecToPubAmountTransferProof proof)
this
.public EncryptedAmountTransferData build()
Copyright © 2025. All rights reserved.