Package org.stellar.sdk.xdr
Class LedgerFootprint
java.lang.Object
org.stellar.sdk.xdr.LedgerFootprint
- All Implemented Interfaces:
XdrElement
LedgerFootprint's original definition in the XDR file is:
struct LedgerFootprint
{
LedgerKey readOnly<>;
LedgerKey readWrite<>;
};
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static LedgerFootprintdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic LedgerFootprintfromXdrBase64(String xdr) static LedgerFootprintfromXdrByteArray(byte[] xdr) inthashCode()voidsetReadOnly(LedgerKey[] readOnly) voidsetReadWrite(LedgerKey[] readWrite) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
LedgerFootprint
public LedgerFootprint() -
LedgerFootprint
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getReadOnly
-
getReadWrite
-
setReadOnly
-
setReadWrite
-
equals
-
hashCode
public int hashCode() -
toString
-