MCPcopy Index your code
hub / github.com/subquery/subql / BigInt

Interface BigInt

packages/node-core/src/utils/bigint.ts:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2// SPDX-License-Identifier: GPL-3.0
3
4interface BigInt {
5 toJSON(): string;
6}
7
8// Make BigInt json serializable, note this doesn't go from string -> BigInt when parsing
9BigInt.prototype.toJSON = function () {

Callers 6

getColumnOptionFunction · 0.85
processBigIntFieldsFunction · 0.85
setDefaultDataFunction · 0.85
cacheModel.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected