• JSON.stringify replacer that converts BigIntstring.

    Parameters

    • _key: string
    • value: unknown

    Returns unknown

    import { bigIntReplacer } from '@oobe-protocol-labs/synapse-client-sdk/utils';

    const json = JSON.stringify(data, bigIntReplacer);

    1.2.2