CBORArray

Represents a CBOR array (major type 4).

Constructor

function constructor(elements: CBORValue[]): this;

Parameters

  • elements

Properties

interface Properties {
	value: CBORValue[];
}
  • elements