• Decodes a CBOR-encoded Uint8Array into a TokenMetadataUrl object.

    Returns

    The decoded TokenMetadataUrl object.

    Throws

    Will throw an error if the CBOR data is not a valid representation of TokenMetadataUrl.

    Parameters

    • cbor: Uint8Array

      The CBOR-encoded Uint8Array to decode.

    Returns TokenMetadataUrl

Generated using TypeDoc