Package org.stellar.sdk.xdr
Class LedgerKey.LedgerKeyAccount
java.lang.Object
org.stellar.sdk.xdr.LedgerKey.LedgerKeyAccount
- Enclosing class:
LedgerKey
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LedgerKey.LedgerKeyAccountdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, LedgerKey.LedgerKeyAccount encodedLedgerKeyAccount) booleanstatic LedgerKey.LedgerKeyAccountfromXdrBase64(String xdr) static LedgerKey.LedgerKeyAccountfromXdrByteArray(byte[] xdr) inthashCode()voidsetAccountID(AccountID value) byte[]
-
Constructor Details
-
LedgerKeyAccount
public LedgerKeyAccount()
-
-
Method Details
-
getAccountID
-
setAccountID
-
encode
public static void encode(XdrDataOutputStream stream, LedgerKey.LedgerKeyAccount encodedLedgerKeyAccount) 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
-