OperationPayment

Perform payment
Protobuf type TW.Stellar.Proto.OperationPayment

Types

Link copied to clipboard
class Builder
Perform payment
Protobuf type TW.Stellar.Proto.OperationPayment

Functions

Link copied to clipboard
open fun getAmount(): Long
Amount (*10^7)
int64 amount = 3;
Link copied to clipboard
open fun getAsset(): Asset
Optional, can be left empty for native asset
.TW.Stellar.Proto.Asset asset = 2;
Link copied to clipboard
open fun getDefaultInstance(): OperationPayment
Link copied to clipboard
Destination address
string destination = 1;
Link copied to clipboard
open fun getDestinationBytes(): ByteString
Destination address
string destination = 1;
Link copied to clipboard
open fun hasAsset(): Boolean
Optional, can be left empty for native asset
.TW.Stellar.Proto.Asset asset = 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
Link copied to clipboard