Helpers
Getting the Pool Identifier
async poolId(): Promise<number>Returns
Example
console.log(`Working on the pool with ID: ${await zkClient.poolId()}`);
// output: Working on the pool with ID: 0Get the Network (Chain) Name
networkName(): stringReturns
Example
Get Token Seller Contract
Returns
Example
Last updated
Was this helpful?