HexToBigIntOpts
type HexToBigIntOpts = { signed?: boolean; size?: number };
Whether or not the number of a signed representation.
type signed = boolean;
Size (in bytes) of the hex value.
type size = number;
type HexToBigIntOpts = { signed?: boolean; size?: number };
Whether or not the number of a signed representation.
type signed = boolean;
Size (in bytes) of the hex value.
type size = number;