Skip to content

WireBigInt

WireBigInt = number | bigint

Defined in: packages/common/src/codecs/wire.ts:21

Represents a bigint value coming off the wire.

When from msgpack it could be a number or bigint, depending on size. When from JSON it could be a number or bigint (because of how we configure JSONbig), depending on size.