Package org.stellar.sdk.xdr
Class PaymentOp
java.lang.Object
org.stellar.sdk.xdr.PaymentOp
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PaymentOpdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, PaymentOp encodedPaymentOp) booleanstatic PaymentOpfromXdrBase64(String xdr) static PaymentOpfromXdrByteArray(byte[] xdr) getAsset()inthashCode()voidvoidvoidsetDestination(MuxedAccount value) byte[]
-
Constructor Details
-
PaymentOp
public PaymentOp()
-
-
Method Details
-
getDestination
-
setDestination
-
getAsset
-
setAsset
-
getAmount
-
setAmount
-
encode
public static void encode(XdrDataOutputStream stream, PaymentOp encodedPaymentOp) 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
-