Package org.stellar.sdk.xdr
Class StellarValue
java.lang.Object
org.stellar.sdk.xdr.StellarValue
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StellarValuedecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, StellarValue encodedStellarValue) booleanstatic StellarValuefromXdrBase64(String xdr) static StellarValuefromXdrByteArray(byte[] xdr) getExt()inthashCode()voidsetCloseTime(TimePoint value) voidvoidsetTxSetHash(Hash value) voidsetUpgrades(UpgradeType[] value) byte[]
-
Constructor Details
-
StellarValue
public StellarValue()
-
-
Method Details
-
getTxSetHash
-
setTxSetHash
-
getCloseTime
-
setCloseTime
-
getUpgrades
-
setUpgrades
-
getExt
-
setExt
-
encode
public static void encode(XdrDataOutputStream stream, StellarValue encodedStellarValue) 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
-