public static class CreateAccountOp.CreateAccountOpBuilder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
CreateAccountOp |
build() |
CreateAccountOp.CreateAccountOpBuilder |
destination(AccountID destination) |
CreateAccountOp.CreateAccountOpBuilder |
startingBalance(Int64 startingBalance) |
java.lang.String |
toString() |
public CreateAccountOp.CreateAccountOpBuilder destination(AccountID destination)
this
.public CreateAccountOp.CreateAccountOpBuilder startingBalance(Int64 startingBalance)
this
.public CreateAccountOp build()
public java.lang.String toString()
toString
in class java.lang.Object