JSON.stringify replacer that converts BigInt → string.
JSON.stringify
BigInt
string
import { bigIntReplacer } from '@oobe-protocol-labs/synapse-client-sdk/utils';const json = JSON.stringify(data, bigIntReplacer); Copy
import { bigIntReplacer } from '@oobe-protocol-labs/synapse-client-sdk/utils';const json = JSON.stringify(data, bigIntReplacer);
1.2.2
JSON.stringifyreplacer that convertsBigInt→string.