CBORByteString
Represents a CBOR byte string (major type 2).
Constructor
function constructor(value: Uint8Array): this;
Parameters
value
Properties
interface Properties {
value: Uint8Array;
}
value
Represents a CBOR byte string (major type 2).
function constructor(value: Uint8Array): this;
value
interface Properties {
value: Uint8Array;
}
value