UNPKG

@solana/rpc-spec-types

Version:

Shared generic JSON RPC specifications

5 lines 257 B
/** * Transforms a value into a JSON string, whilst rendering bigints as large unsafe integers. */ export declare function stringifyJsonWithBigints(value: unknown, space?: number | string): string; //# sourceMappingURL=stringify-json-with-bigints.d.ts.map