BC-DCBOR TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Interface Tag

    A CBOR tag with an optional name.

    Tags consist of a numeric value and an optional human-readable name.

    interface Tag {
        value: CborNumber;
        name?: string;
    }
    Index

    Properties

    Properties

    value: CborNumber

    The numeric tag value

    name?: string

    Optional human-readable name for the tag