For positive bigint
Please use $bigInt with fc.bigInt({ min: 0n }) instead
fc.bigInt({ min: 0n })
Since 1.9.0
For positive bigint between 0 (included) and max (included)
Upper bound for the generated bigint
Please use $bigInt with fc.bigInt({ min: 0n, max }) instead
fc.bigInt({ min: 0n, max })
Constraints to apply when building instances
Since 2.6.0
For positive bigint