CBORPositiveInteger

Represents a CBOR positive integer (major type 0).

Constructor

function constructor(value: bigint): value;

Parameters

  • value: A positive value (including 0)

Methods

Properties

interface Properties {
	value: bigint;
}
  • value