Package org.stellar.sdk.xdr
Class PoolID
java.lang.Object
org.stellar.sdk.xdr.PoolID
PoolID's original definition in the XDR file is:
typedef Hash PoolID;
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PoolIDdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic PoolIDfromXdrBase64(String xdr) static PoolIDfromXdrByteArray(byte[] xdr) inthashCode()voidtoString()default Stringdefault byte[]
-
Constructor Details
-
PoolID
public PoolID() -
PoolID
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getPoolID
-
setPoolID
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-