Type Alias Decoded<V, ByteSize>

Decoded: [value: V, bytesize: ByteSize]

all unpack functions return their decoded outputs in a 2-tuple array; the first element being the decoded value V, and the second being the number of bytes this data occupied.

Type Parameters

  • V
  • ByteSize extends number = number