Transaction Constraints
Parameters needed to create a tx
Getting Pool Limits
async getLimits(address?: string, directRequest: boolean = false): Promise<PoolLimits>Parameters
Returns
Example
const limits = await zkClient.getLimits('0x0ECD9494F9C1F98C07E5319273C75BEF6232E86D');
console.log(`You can deposit up to ${limits.deposit.total} BOB right now`);Minimum Transaction Amount
async minTxAmount(): Promise<bigint>Returns
Example
Maximum Supported Token Swap During Withdraw
Returns
Example
Last updated
Was this helpful?