@somnia-chain/markets-sdk / index / getPoolBindings
Function: getPoolBindings()
getPoolBindings(
pool,indexerUrl):Promise<PoolBindingRecord[]>
Defined in: query.ts:2859
A pool's full binding history, newest (highest nonce) first — every market
the pool has served. The first row with toBlock === null is the current
binding; a fully-released pool has no open row.
Parameters
pool
string
indexerUrl
string
Returns
Promise<PoolBindingRecord[]>