StringifiedBigInt

type StringifiedBigInt = Brand<string, "StringifiedBigInt">;

This type represents a bigint which has been encoded as a string for transit over a transport that does not support bigint values natively. The JSON-RPC is such a transport.