CBORFloat64

Represents a CBOR float64 (major type 7).

Constructor

function constructor(value: Uint8Array): this;

Parameters

  • value: Value represented as exactly 8 bytes (big-endian)

Methods

Properties

interface Properties {
	value: Uint8Array;
}
  • value