public class CreatePassiveSellOfferOperation extends Operation
Modifier and Type | Class and Description |
---|---|
static class |
CreatePassiveSellOfferOperation.Builder
Builds CreatePassiveSellOffer operation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
java.lang.String |
getAmount()
Amount of selling being sold.
|
Asset |
getBuying()
The asset being bought in this operation
|
java.lang.String |
getPrice()
Price of 1 unit of selling in terms of buying.
|
Asset |
getSelling()
The asset being sold in this operation
|
int |
hashCode() |
fromXdr, fromXdr, getSourceAccount, toXdr, toXdr, toXdrBase64, toXdrBase64
public Asset getSelling()
public Asset getBuying()
public java.lang.String getAmount()
public java.lang.String getPrice()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object