Package org.stellar.sdk.xdr
Class RestoreFootprintOp
java.lang.Object
org.stellar.sdk.xdr.RestoreFootprintOp
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RestoreFootprintOpdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, RestoreFootprintOp encodedRestoreFootprintOp) booleanstatic RestoreFootprintOpfromXdrBase64(String xdr) static RestoreFootprintOpfromXdrByteArray(byte[] xdr) getExt()inthashCode()voidsetExt(ExtensionPoint value) byte[]
-
Constructor Details
-
RestoreFootprintOp
public RestoreFootprintOp()
-
-
Method Details
-
getExt
-
setExt
-
encode
public static void encode(XdrDataOutputStream stream, RestoreFootprintOp encodedRestoreFootprintOp) 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
-