Kit
Type aliases

StringifiedNumber

StringifiedNumber = Brand<string, "StringifiedNumber">

This type represents a number which has been encoded as a string for transit over a transport where loss of precision when using the native number type is a concern. The JSON-RPC is such a transport.