Package org.stellar.sdk.xdr
Class CreatePassiveSellOfferOp
java.lang.Object
org.stellar.sdk.xdr.CreatePassiveSellOfferOp
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreatePassiveSellOfferOpdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, CreatePassiveSellOfferOp encodedCreatePassiveSellOfferOp) booleanstatic CreatePassiveSellOfferOpfromXdrBase64(String xdr) static CreatePassiveSellOfferOpfromXdrByteArray(byte[] xdr) getPrice()inthashCode()voidvoidvoidvoidsetSelling(Asset value) byte[]
-
Constructor Details
-
CreatePassiveSellOfferOp
public CreatePassiveSellOfferOp()
-
-
Method Details
-
getSelling
-
setSelling
-
getBuying
-
setBuying
-
getAmount
-
setAmount
-
getPrice
-
setPrice
-
encode
public static void encode(XdrDataOutputStream stream, CreatePassiveSellOfferOp encodedCreatePassiveSellOfferOp) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-