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