CreateAccountOperation

data class CreateAccountOperation(val destination: String, val startingBalance: String) : Operation

Represents a CreateAccount operation.

Constructors

Link copied to clipboard
constructor(destination: String, startingBalance: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Account address that will be created

Link copied to clipboard

Optional source account for this operation.

Link copied to clipboard

Amount of XLM to send to the newly created account

Functions

Link copied to clipboard
open override fun toOperationBody(): OperationBodyXdr

Converts this operation to its XDR operation body representation.

Link copied to clipboard

Converts this operation to its full XDR representation, including the source account.