@fileverse-dev/formulajs 4.4.11-mod-68-patch-7 → 4.4.11-mod-71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/browser/formula.js +333 -429
- package/lib/browser/formula.min.js +2 -2
- package/lib/browser/formula.min.js.map +1 -1
- package/lib/cjs/index.cjs +104 -245
- package/lib/esm/crypto-constants.mjs +2 -2
- package/lib/esm/index.mjs +104 -245
- package/package.json +1 -1
|
@@ -286,14 +286,14 @@ If "derivatives": exchange name (e.g., "binance_futures", "hyperliquid", "weex-f
|
|
|
286
286
|
{
|
|
287
287
|
name: "page",
|
|
288
288
|
detail: "Page number for paginated transaction results. Applies only to 'txns', 'token-txns', and 'nft-txns'.",
|
|
289
|
-
example: `
|
|
289
|
+
example: `1`,
|
|
290
290
|
require: "o",
|
|
291
291
|
type: "number"
|
|
292
292
|
},
|
|
293
293
|
{
|
|
294
294
|
name: "offset",
|
|
295
295
|
detail: "Number of results per page (limit). Applies only to 'txns', 'token-txns', and 'nft-txns'.",
|
|
296
|
-
example: `
|
|
296
|
+
example: `50`,
|
|
297
297
|
require: "o",
|
|
298
298
|
type: "number"
|
|
299
299
|
}
|