BytesToBigIntOpts
type BytesToBigIntOpts = { signed?: boolean; size?: number };Whether or not the number of a signed representation.
type signed = boolean;Size of the bytes.
type size = number;type BytesToBigIntOpts = { signed?: boolean; size?: number };Whether or not the number of a signed representation.
type signed = boolean;Size of the bytes.
type size = number;