Class CreateAccountOp

java.lang.Object
org.stellar.sdk.xdr.CreateAccountOp

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