Package org.stellar.sdk
Class ChangeTrustOperation
java.lang.Object
org.stellar.sdk.Operation
org.stellar.sdk.ChangeTrustOperation
Represents ChangeTrust operation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilds ChangeTrust operation.Nested classes/interfaces inherited from class org.stellar.sdk.Operation
Operation.OperationBuilder<C extends Operation,B extends Operation.OperationBuilder<C, B>> -
Method Summary
Methods inherited from class org.stellar.sdk.Operation
fromXdr, fromXdr, getSourceAccount, setSourceAccount, toXdr, toXdr, toXdrBase64, toXdrBase64
-
Method Details
-
getAsset
The asset of the trustline. For example, if a gateway extends a trustline of up to 200 USD to a user, the line is USD. -
getLimit
The limit of the trustline. For example, if a gateway extends a trustline of up to 200 USD to a user, the limit is 200. -
equals
-
hashCode
public int hashCode()
-