Package org.stellar.sdk.xdr
Class LedgerFootprint
java.lang.Object
org.stellar.sdk.xdr.LedgerFootprint
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LedgerFootprintdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, LedgerFootprint encodedLedgerFootprint) booleanstatic LedgerFootprintfromXdrBase64(String xdr) static LedgerFootprintfromXdrByteArray(byte[] xdr) inthashCode()voidsetReadOnly(LedgerKey[] value) voidsetReadWrite(LedgerKey[] value) byte[]
-
Constructor Details
-
LedgerFootprint
public LedgerFootprint()
-
-
Method Details
-
getReadOnly
-
setReadOnly
-
getReadWrite
-
setReadWrite
-
encode
public static void encode(XdrDataOutputStream stream, LedgerFootprint encodedLedgerFootprint) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-