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
Represents a CBOR positive integer (major type 0).
function constructor(value: bigint): value;
value: A positive value (including 0)interface Properties {
value: bigint;
}
value