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
Last updated
Retrieve specific turbos pool, and throws Error
if pool not exists.
getPool(poolId: string): Promise<Pool.Pool>
poolId
: Pool object ID.
Last updated