Package org.stellar.sdk.xdr
Class LedgerKey.LedgerKeyLiquidityPool
java.lang.Object
org.stellar.sdk.xdr.LedgerKey.LedgerKeyLiquidityPool
- Enclosing class:
LedgerKey
LedgerKeyLiquidityPool's original definition in the XDR file is:
struct { PoolID liquidityPoolID; }
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
fromXdrBase64
(String xdr) fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setLiquidityPoolID
(PoolID liquidityPoolID) toString()
default String
default byte[]
-
Constructor Details
-
LedgerKeyLiquidityPool
public LedgerKeyLiquidityPool() -
LedgerKeyLiquidityPool
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getLiquidityPoolID
-
setLiquidityPoolID
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-