Function validateAllowListUpdate

  • Validates a token allow list update.

    Returns

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

    Throws

    If the token does not have an allow list.

    Parameters

    • token: Token

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

    Returns Promise<true>

Generated using TypeDoc