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