MCPcopy
hub / github.com/subquery/subql / toJSON

Method toJSON

packages/node-core/src/utils/bigint.ts:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4interface BigInt {
5 toJSON(): string;
6}
7
8// Make BigInt json serializable, note this doesn't go from string -> BigInt when parsing

Callers 15

getSubqlNodeServiceFunction · 0.80
updateDockerComposeFunction · 0.80
generateAdapterFunction · 0.80
transformerFunction · 0.80
getFirstMethod · 0.80
getPoiByIdMethod · 0.80
getPoiBlocksByRangeMethod · 0.80

Calls

no outgoing calls

Tested by 1

queryMetaFunction · 0.64