Class CreateAccountOp

java.lang.Object
org.stellar.sdk.xdr.CreateAccountOp
All Implemented Interfaces:
XdrElement

public class CreateAccountOp extends Object implements XdrElement
CreateAccountOp's original definition in the XDR file is:
 struct CreateAccountOp
 {
     AccountID destination; // account to create
     int64 startingBalance; // amount they end up with
 };