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
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static LedgerKey.LedgerKeyAccountdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic LedgerKey.LedgerKeyAccountfromXdrBase64(String xdr) static LedgerKey.LedgerKeyAccountfromXdrByteArray(byte[] xdr) inthashCode()voidsetAccountID(AccountID accountID) toString()default Stringdefault 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
-