LedgerKeyLiquidityPool constructor
Implementation
LedgerKeyLiquidityPool(List<int> liquidityPoolId)
: liquidityPoolId = liquidityPoolId.asImmutableBytes
.exc(StellarConst.hash256Length, name: "liquidityPoolId"),
super(LedgerEntryType.liquidityPool);