@blockchaincommons/dcbor - v1.0.0-beta.1
    Preparing search index...
    • Helper function to validate that a CBOR value has one of the expected tags.

      Parameters

      • cbor: Cbor

        CBOR value to validate

      • expectedTags: Tag[]

        Array of valid tags

      Returns Tag

      The matching tag

      WrongType if the value is not tagged; WrongTag if the tag matches none of expectedTags.