OperationPayment

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

Types

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

Functions

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
open fun getDefaultInstance(): OperationPayment
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
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): OperationPayment
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): OperationPayment
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): OperationPayment
open fun parseFrom(data: ByteString): OperationPayment
open fun parseFrom(input: CodedInputStream): OperationPayment
open fun parseFrom(input: InputStream): OperationPayment
open fun parseFrom(data: ByteBuffer): OperationPayment
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): OperationPayment
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): OperationPayment
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): OperationPayment
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): OperationPayment
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): OperationPayment
Link copied to clipboard
open fun parser(): Parser<OperationPayment>

Properties

Link copied to clipboard
Link copied to clipboard