Package org.stellar.sdk.xdr
Class LedgerFootprint
java.lang.Object
org.stellar.sdk.xdr.LedgerFootprint
LedgerFootprint's original definition in the XDR file is:
struct LedgerFootprint { LedgerKey readOnly<>; LedgerKey readWrite<>; };
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static LedgerFootprint
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static LedgerFootprint
fromXdrBase64
(String xdr) static LedgerFootprint
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setReadOnly
(LedgerKey[] readOnly) void
setReadWrite
(LedgerKey[] readWrite) toString()
default String
default byte[]
-
Constructor Details
-
LedgerFootprint
public LedgerFootprint() -
LedgerFootprint
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getReadOnly
-
getReadWrite
-
setReadOnly
-
setReadWrite
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-