Package org.stellar.sdk.xdr
Class ExtendFootprintTTLOp
java.lang.Object
org.stellar.sdk.xdr.ExtendFootprintTTLOp
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExtendFootprintTTLOpdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ExtendFootprintTTLOp encodedExtendFootprintTTLOp) booleanstatic ExtendFootprintTTLOpfromXdrBase64(String xdr) static ExtendFootprintTTLOpfromXdrByteArray(byte[] xdr) getExt()inthashCode()voidsetExt(ExtensionPoint value) voidsetExtendTo(Uint32 value) byte[]
-
Constructor Details
-
ExtendFootprintTTLOp
public ExtendFootprintTTLOp()
-
-
Method Details
-
getExt
-
setExt
-
getExtendTo
-
setExtendTo
-
encode
public static void encode(XdrDataOutputStream stream, ExtendFootprintTTLOp encodedExtendFootprintTTLOp) 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
-