Function validateDenyListUpdate

  • Validates a token deny list update.

    Returns

    A promise that resolves to true if the token's deny list can be updated.

    Throws

    If the token does not have a deny list.

    Parameters

    • token: Token

      The token that's deny list is to be updated.

    Returns Promise<true>

Generated using TypeDoc