Package org.stellar.sdk.xdr
Class FrozenLedgerKeys
java.lang.Object
org.stellar.sdk.xdr.FrozenLedgerKeys
- All Implemented Interfaces:
XdrElement
FrozenLedgerKeys's original definition in the XDR file is:
struct FrozenLedgerKeys {
EncodedLedgerKey keys<>;
};
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface org.stellar.sdk.xdr.XdrElement
gson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static FrozenLedgerKeysdecode(XdrDataInputStream stream) static FrozenLedgerKeysdecode(XdrDataInputStream stream, int maxDepth) voidencode(XdrDataOutputStream stream) booleanstatic FrozenLedgerKeysstatic FrozenLedgerKeysfromXdrBase64(String xdr) static FrozenLedgerKeysfromXdrByteArray(byte[] xdr) getKeys()inthashCode()voidsetKeys(EncodedLedgerKey[] keys) toJson()toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
FrozenLedgerKeys
public FrozenLedgerKeys() -
FrozenLedgerKeys
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
toJson
- Specified by:
toJsonin interfaceXdrElement
-
fromJson
-
builder
-
toBuilder
-
getKeys
-
setKeys
-
equals
-
hashCode
public int hashCode() -
toString
-