InflationPayoutXdr

data class InflationPayoutXdr(val destination: AccountIDXdr, val amount: Int64Xdr)

XDR Source: struct InflationPayout // or use PaymentResultAtom to limit types? { AccountID destination; int64 amount; };

Constructors

Link copied to clipboard
constructor(destination: AccountIDXdr, amount: Int64Xdr)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)