Type alias Decoded<V, ByteSize>

Decoded<V, ByteSize>: [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

Generated using TypeDoc