CBORTextString
Represents a CBOR text string (major type 3).
Constructor
function constructor(value: Uint8Array): this;
Parameters
value
: UTF-8 encoded string
Methods
Properties
interface Properties {
value: Uint8Array;
}
value
: UTF-8 encoded string