Package org.stellar.sdk.xdr
Class LedgerKey.LedgerKeyTtl
java.lang.Object
org.stellar.sdk.xdr.LedgerKey.LedgerKeyTtl
- Enclosing class:
LedgerKey
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LedgerKey.LedgerKeyTtldecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, LedgerKey.LedgerKeyTtl encodedLedgerKeyTtl) booleanstatic LedgerKey.LedgerKeyTtlfromXdrBase64(String xdr) static LedgerKey.LedgerKeyTtlfromXdrByteArray(byte[] xdr) inthashCode()voidsetKeyHash(Hash value) byte[]
-
Constructor Details
-
LedgerKeyTtl
public LedgerKeyTtl()
-
-
Method Details
-
getKeyHash
-
setKeyHash
-
encode
public static void encode(XdrDataOutputStream stream, LedgerKey.LedgerKeyTtl encodedLedgerKeyTtl) 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
-