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
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static RestoreFootprintOpdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic RestoreFootprintOpfromXdrBase64(String xdr) static RestoreFootprintOpfromXdrByteArray(byte[] xdr) getExt()inthashCode()voidsetExt(ExtensionPoint ext) toString()default Stringdefault 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
-