Builder

class Builder
https://xrpl.org/payment.html
Protobuf type TW.Ripple.Proto.OperationPayment

Functions

Link copied to clipboard
int64 amount = 1;
Link copied to clipboard
.TW.Ripple.Proto.CurrencyAmount currency_amount = 2;
Link copied to clipboard
Target account
string destination = 3;
Link copied to clipboard
A Destination Tag
int64 destination_tag = 4;
Link copied to clipboard
open fun getAmount(): Long
int64 amount = 1;
Link copied to clipboard
open fun getCurrencyAmount(): CurrencyAmount
.TW.Ripple.Proto.CurrencyAmount currency_amount = 2;
Link copied to clipboard
Target account
string destination = 3;
Link copied to clipboard
open fun getDestinationBytes(): ByteString
Target account
string destination = 3;
Link copied to clipboard
A Destination Tag
int64 destination_tag = 4;
Link copied to clipboard
open fun hasAmount(): Boolean
int64 amount = 1;
Link copied to clipboard
.TW.Ripple.Proto.CurrencyAmount currency_amount = 2;
Link copied to clipboard
open fun mergeCurrencyAmount(value: CurrencyAmount): Ripple.OperationPayment.Builder
.TW.Ripple.Proto.CurrencyAmount currency_amount = 2;
Link copied to clipboard
int64 amount = 1;
Link copied to clipboard
open fun setCurrencyAmount(builderForValue: Builder): Ripple.OperationPayment.Builder
open fun setCurrencyAmount(value: CurrencyAmount): Ripple.OperationPayment.Builder
.TW.Ripple.Proto.CurrencyAmount currency_amount = 2;
Link copied to clipboard
Target account
string destination = 3;
Link copied to clipboard
Target account
string destination = 3;
Link copied to clipboard
A Destination Tag
int64 destination_tag = 4;