Package org.stellar.sdk.xdr
Class LedgerKey.LedgerKeyLiquidityPool
java.lang.Object
org.stellar.sdk.xdr.LedgerKey.LedgerKeyLiquidityPool
- Enclosing class:
LedgerKey
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, LedgerKey.LedgerKeyLiquidityPool encodedLedgerKeyLiquidityPool) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) inthashCode()voidsetLiquidityPoolID(PoolID value) byte[]
-
Constructor Details
-
LedgerKeyLiquidityPool
public LedgerKeyLiquidityPool()
-
-
Method Details
-
getLiquidityPoolID
-
setLiquidityPoolID
-
encode
public static void encode(XdrDataOutputStream stream, LedgerKey.LedgerKeyLiquidityPool encodedLedgerKeyLiquidityPool) 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
-