Package org.stellar.sdk.xdr
Class TTLEntry
java.lang.Object
org.stellar.sdk.xdr.TTLEntry
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TTLEntrydecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, TTLEntry encodedTTLEntry) booleanstatic TTLEntryfromXdrBase64(String xdr) static TTLEntryfromXdrByteArray(byte[] xdr) inthashCode()voidsetKeyHash(Hash value) voidsetLiveUntilLedgerSeq(Uint32 value) byte[]
-
Constructor Details
-
TTLEntry
public TTLEntry()
-
-
Method Details
-
getKeyHash
-
setKeyHash
-
getLiveUntilLedgerSeq
-
setLiveUntilLedgerSeq
-
encode
- 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
-