Package org.stellar.sdk.xdr
Class LedgerBounds
java.lang.Object
org.stellar.sdk.xdr.LedgerBounds
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LedgerBoundsdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, LedgerBounds encodedLedgerBounds) booleanstatic LedgerBoundsfromXdrBase64(String xdr) static LedgerBoundsfromXdrByteArray(byte[] xdr) inthashCode()voidsetMaxLedger(Uint32 value) voidsetMinLedger(Uint32 value) byte[]
-
Constructor Details
-
LedgerBounds
public LedgerBounds()
-
-
Method Details
-
getMinLedger
-
setMinLedger
-
getMaxLedger
-
setMaxLedger
-
encode
public static void encode(XdrDataOutputStream stream, LedgerBounds encodedLedgerBounds) 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
-