CreateAccountOpXdr

data class CreateAccountOpXdr(val destination: AccountIDXdr, val startingBalance: Int64Xdr)

XDR Source: struct CreateAccountOp { AccountID destination; // account to create int64 startingBalance; // amount they end up with };

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

account to create

Link copied to clipboard

amount they end up with

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)