@blockchaincommons/dcbor - v1.0.0-beta.1
    Preparing search index...

    Interface CborTagged

    Interface for types that have associated CBOR tags.

    cborTags() returns tags in order of preference: the first is used when encoding; all are accepted when decoding (backward compatibility).

    interface CborTagged {
        cborTags(): Tag[];
    }

    Implemented by

    Index
    • Returns the CBOR tags associated with this type, most-preferred first.

      Returns Tag[]