PaymentOpXdr

data class PaymentOpXdr(val destination: MuxedAccountXdr, val asset: AssetXdr, val amount: Int64Xdr)

XDR Source: struct PaymentOp { MuxedAccount destination; // recipient of the payment Asset asset; // what they end up with int64 amount; // amount they end up with };

Constructors

Link copied to clipboard
constructor(destination: MuxedAccountXdr, asset: AssetXdr, amount: Int64Xdr)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

amount they end up with

Link copied to clipboard

what they end up with

Link copied to clipboard

recipient of the payment

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)