Package org.stellar.sdk.xdr
Class RestoreFootprintOp
java.lang.Object
org.stellar.sdk.xdr.RestoreFootprintOp
RestoreFootprintOp's original definition in the XDR file is:
struct RestoreFootprintOp { ExtensionPoint ext; };
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static RestoreFootprintOp
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static RestoreFootprintOp
fromXdrBase64
(String xdr) static RestoreFootprintOp
fromXdrByteArray
(byte[] xdr) getExt()
int
hashCode()
void
setExt
(ExtensionPoint ext) toString()
default String
default byte[]
-
Constructor Details
-
RestoreFootprintOp
public RestoreFootprintOp() -
RestoreFootprintOp
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getExt
-
setExt
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-