Package org.stellar.sdk.xdr
Class EndSponsoringFutureReservesResult
java.lang.Object
org.stellar.sdk.xdr.EndSponsoringFutureReservesResult
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, EndSponsoringFutureReservesResult encodedEndSponsoringFutureReservesResult) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) inthashCode()voidbyte[]
-
Constructor Details
-
EndSponsoringFutureReservesResult
public EndSponsoringFutureReservesResult()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
encode
public static void encode(XdrDataOutputStream stream, EndSponsoringFutureReservesResult encodedEndSponsoringFutureReservesResult) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
public static EndSponsoringFutureReservesResult decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-