Package org.stellar.sdk.xdr
Class Thresholds
java.lang.Object
org.stellar.sdk.xdr.Thresholds
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Thresholdsdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, Thresholds encodedThresholds) booleanstatic ThresholdsfromXdrBase64(String xdr) static ThresholdsfromXdrByteArray(byte[] xdr) byte[]inthashCode()voidsetThresholds(byte[] value) byte[]
-
Constructor Details
-
Thresholds
public Thresholds() -
Thresholds
public Thresholds(byte[] Thresholds)
-
-
Method Details
-
getThresholds
public byte[] getThresholds() -
setThresholds
public void setThresholds(byte[] value) -
encode
public static void encode(XdrDataOutputStream stream, Thresholds encodedThresholds) 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
-