Package org.stellar.sdk.operations
Class CreateClaimableBalanceOperation
java.lang.Object
org.stellar.sdk.operations.Operation
org.stellar.sdk.operations.CreateClaimableBalanceOperation
Represents CreateClaimableBalance operation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCreateClaimableBalanceOperation.CreateClaimableBalanceOperationBuilder<C extends CreateClaimableBalanceOperation,B extends CreateClaimableBalanceOperation.CreateClaimableBalanceOperationBuilder<C, B>> Nested classes/interfaces inherited from class org.stellar.sdk.operations.Operation
Operation.OperationBuilder<C extends Operation,B extends Operation.OperationBuilder<C, B>> -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanConstruct a newCreateClaimableBalanceOperationobject from aCreateClaimableBalanceOpXDR object.@NonNull BigDecimal@NonNull AssetgetAsset()inthashCode()toString()Methods inherited from class org.stellar.sdk.operations.Operation
formatAmountScale, fromXdr, fromXdrAmount, getSourceAccount, setSourceAccount, toXdr, toXdrAmount, toXdrBase64
-
Method Details
-
fromXdr
Construct a newCreateClaimableBalanceOperationobject from aCreateClaimableBalanceOpXDR object.- Parameters:
op-CreateClaimableBalanceOpXDR object- Returns:
CreateClaimableBalanceOperationobject
-
builder
-
toBuilder
-
getAmount
-
getAsset
-
getClaimants
-
toString
-
equals
-
hashCode
public int hashCode()
-