CBORByteString

Represents a CBOR byte string (major type 2).

Constructor

function constructor(value: Uint8Array): this;

Parameters

  • value

Properties

interface Properties {
	value: Uint8Array;
}
  • value