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
-
Method Summary
Modifier and TypeMethodDescriptionstatic PoolID
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static PoolID
fromXdrBase64
(String xdr) static PoolID
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
toString()
default String
default 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
-