Package org.stellar.sdk.xdr
Class LedgerKey.LedgerKeyData
java.lang.Object
org.stellar.sdk.xdr.LedgerKey.LedgerKeyData
- Enclosing class:
LedgerKey
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LedgerKey.LedgerKeyDatadecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, LedgerKey.LedgerKeyData encodedLedgerKeyData) booleanstatic LedgerKey.LedgerKeyDatafromXdrBase64(String xdr) static LedgerKey.LedgerKeyDatafromXdrByteArray(byte[] xdr) inthashCode()voidsetAccountID(AccountID value) voidsetDataName(String64 value) byte[]
-
Constructor Details
-
LedgerKeyData
public LedgerKeyData()
-
-
Method Details
-
getAccountID
-
setAccountID
-
getDataName
-
setDataName
-
encode
public static void encode(XdrDataOutputStream stream, LedgerKey.LedgerKeyData encodedLedgerKeyData) 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
-