Package org.stellar.sdk
Class AllowTrustOperation
java.lang.Object
org.stellar.sdk.Operation
org.stellar.sdk.AllowTrustOperation
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.Builds AllowTrust operation.Nested classes/interfaces inherited from class org.stellar.sdk.Operation
Operation.OperationBuilder<C extends Operation,B extends Operation.OperationBuilder<C, B>> -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.@NonNull StringDeprecated.The asset of the trustline the source account is authorizing.booleanDeprecated.@NonNull StringDeprecated.The account of the recipient of the trustline.inthashCode()Deprecated.booleanDeprecated.Flag indicating whether the trustline is authorized to maintain liabilities.Methods inherited from class org.stellar.sdk.Operation
fromXdr, fromXdr, getSourceAccount, setSourceAccount, toXdr, toXdr, toXdrBase64, toXdrBase64
-
Method Details
-
getAuthorize
public boolean getAuthorize()Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
getTrustor
Deprecated.The account of the recipient of the trustline. -
getAssetCode
Deprecated.The asset of the trustline the source account is authorizing. For example, if a gateway wants to allow another account to hold its USD credit, the type is USD. -
isAuthorizeToMaintainLiabilities
public boolean isAuthorizeToMaintainLiabilities()Deprecated.Flag indicating whether the trustline is authorized to maintain liabilities.
-
SetTrustlineFlagsOperationRepresents AllowTrust operation.