Package org.stellar.sdk
Class CreatePassiveSellOfferOperation
java.lang.Object
org.stellar.sdk.Operation
org.stellar.sdk.CreatePassiveSellOfferOperation
Represents CreatePassiveSellOffer operation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilds CreatePassiveSellOffer 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
-
getSelling
The asset being sold in this operation -
getBuying
The asset being bought in this operation -
getAmount
Amount of selling being sold. -
getPrice
Price of 1 unit of selling in terms of buying. -
equals
-
hashCode
public int hashCode()
-