Package org.stellar.sdk.xdr
Class ClawbackResult
java.lang.Object
org.stellar.sdk.xdr.ClawbackResult
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClawbackResultdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ClawbackResult encodedClawbackResult) booleanstatic ClawbackResultfromXdrBase64(String xdr) static ClawbackResultfromXdrByteArray(byte[] xdr) inthashCode()voidbyte[]
-
Constructor Details
-
ClawbackResult
public ClawbackResult()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
encode
public static void encode(XdrDataOutputStream stream, ClawbackResult encodedClawbackResult) 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
-