LedgerKeyLiquidityPool constructor

LedgerKeyLiquidityPool(
  1. List<int> liquidityPoolId
)

Implementation

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