Function getAllAuthHandlers

  • Retrieves all available auth handlers that is registered on the blockchain

    Parameters

    • queryable: Queryable

      the client to use to query the blockchain

    Returns Promise<{
        [key: string]: AuthHandler;
    }>

    An object containing AuthHandlers which is keyed on the corresponding operation name