getPool

Retrieve specific turbos pool, and throws Error if pool not exists.

Signature

getPool(poolId: string): Promise<Pool.Pool>

Params

poolId: Pool object ID.

Examples

const poolId = '0x2c6fc12bf0d093b5391e7c0fed7e044d52bc14eb29f6352a3fb358e33e80729e';
const pool = await sdk.pool.getPool(poolId);

Last updated