Package org.stellar.sdk.xdr
Class LedgerKey.LedgerKeyAccount
java.lang.Object
org.stellar.sdk.xdr.LedgerKey.LedgerKeyAccount
- Enclosing class:
LedgerKey
LedgerKeyAccount's original definition in the XDR file is:
struct { AccountID accountID; }
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static LedgerKey.LedgerKeyAccount
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static LedgerKey.LedgerKeyAccount
fromXdrBase64
(String xdr) static LedgerKey.LedgerKeyAccount
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setAccountID
(AccountID accountID) toString()
default String
default byte[]
-
Constructor Details
-
LedgerKeyAccount
public LedgerKeyAccount() -
LedgerKeyAccount
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getAccountID
-
setAccountID
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-