public abstract static class ChangeTrustOperation.ChangeTrustOperationBuilder<C extends ChangeTrustOperation,B extends ChangeTrustOperation.ChangeTrustOperationBuilder<C,B>> extends Operation.OperationBuilder<C,B>
Constructor and Description |
---|
ChangeTrustOperationBuilder() |
Modifier and Type | Method and Description |
---|---|
B |
asset(@NonNull ChangeTrustAsset asset)
The asset of the trustline.
|
abstract C |
build() |
B |
limit(@NonNull java.math.BigDecimal limit) |
java.lang.String |
toString() |
sourceAccount
public B limit(@NonNull @NonNull java.math.BigDecimal limit)
public B asset(@NonNull @NonNull ChangeTrustAsset asset)
this
.public abstract C build()
build
in class Operation.OperationBuilder<C extends ChangeTrustOperation,B extends ChangeTrustOperation.ChangeTrustOperationBuilder<C,B>>
public java.lang.String toString()
toString
in class Operation.OperationBuilder<C extends ChangeTrustOperation,B extends ChangeTrustOperation.ChangeTrustOperationBuilder<C,B>>