public static class SetOptionsOp.SetOptionsOpBuilder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
SetOptionsOp |
build() |
SetOptionsOp.SetOptionsOpBuilder |
clearFlags(Uint32 clearFlags) |
SetOptionsOp.SetOptionsOpBuilder |
highThreshold(Uint32 highThreshold) |
SetOptionsOp.SetOptionsOpBuilder |
homeDomain(String32 homeDomain) |
SetOptionsOp.SetOptionsOpBuilder |
inflationDest(AccountID inflationDest) |
SetOptionsOp.SetOptionsOpBuilder |
lowThreshold(Uint32 lowThreshold) |
SetOptionsOp.SetOptionsOpBuilder |
masterWeight(Uint32 masterWeight) |
SetOptionsOp.SetOptionsOpBuilder |
medThreshold(Uint32 medThreshold) |
SetOptionsOp.SetOptionsOpBuilder |
setFlags(Uint32 setFlags) |
SetOptionsOp.SetOptionsOpBuilder |
signer(Signer signer) |
java.lang.String |
toString() |
public SetOptionsOp.SetOptionsOpBuilder inflationDest(AccountID inflationDest)
this
.public SetOptionsOp.SetOptionsOpBuilder clearFlags(Uint32 clearFlags)
this
.public SetOptionsOp.SetOptionsOpBuilder setFlags(Uint32 setFlags)
this
.public SetOptionsOp.SetOptionsOpBuilder masterWeight(Uint32 masterWeight)
this
.public SetOptionsOp.SetOptionsOpBuilder lowThreshold(Uint32 lowThreshold)
this
.public SetOptionsOp.SetOptionsOpBuilder medThreshold(Uint32 medThreshold)
this
.public SetOptionsOp.SetOptionsOpBuilder highThreshold(Uint32 highThreshold)
this
.public SetOptionsOp.SetOptionsOpBuilder homeDomain(String32 homeDomain)
this
.public SetOptionsOp.SetOptionsOpBuilder signer(Signer signer)
this
.public SetOptionsOp build()
public java.lang.String toString()
toString
in class java.lang.Object